Replies: 5 comments
-
You should just need to edit the colors at gfx.cpp:24 (the top screen and keyboard) and gfx.cpp:41 (the text in the statistics menu) (and also the high contrast ones right below those if you want to change that too), they're in BGR15 so use this or this to convert normal colors. Probably also want to edit main.cpp:75 to change the 🟩 to 🟥. |
Beta Was this translation helpful? Give feedback.
-
Thank you so much, this is very helpful! I already changed the emojis, i was just stuck on the actual on screen letters. |
Beta Was this translation helpful? Give feedback.
-
Another question though, why is there such a long row of colors at gfx.cpp:24? Is it to make some sort of fading in animation? |
Beta Was this translation helpful? Give feedback.
-
First one is transparent, then the next two are the border and background, then the next 13 are just a gradient for smoother antialiasing on the letters. |
Beta Was this translation helpful? Give feedback.
-
Transferring to a discussion as this isn't an issue in Wordle DS, if you have more questions feel free to ask in the discussion. |
Beta Was this translation helpful? Give feedback.
-
I am working on a port of Canuckle. The correct answers in Canuckle show red instead of green. Is there a way to change the green to red?
Beta Was this translation helpful? Give feedback.
All reactions