Working on a pull request for character select but am struggling to get ShaderFilter to not make the icons disappear after their first selection #3713
Unanswered
dombomb64
asked this question in
Compiling help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm working on a pull request for the character select menu that uses a ShaderFilter to improve the selection outline by making it better suited for pixel art. However, for some reason, after working once, every following time that character is selected, their icon will turn invisible until deselected. I will put my changes to the code here, but the shader doesn't work quite right yet, so I won't put that here. I have tested it with other shaders, though, and those shaders do display, but they have the same disappearing issue.
CharSelectSubState.hx, Line 85 (No function):
CharSelectSubState.hx, Line 419 (create):
CharIconSelectedShader.hx:
Beta Was this translation helpful? Give feedback.
All reactions