Font used is Georgia. If problems occur, just contact me!
This project uses RGB values that are linked to other colors. You can edit them with the keys 1, 2, and 3, to edit red, green, and blue replacements, respectively.
This can be seen in games to dynamically color assets without needing extra images.
The way that I did it in this project would bring problems. If I made red change to (0, 127, 127), and applied the other colors with other other colors, the red in the costume would have been a mix between the 2 others. But obviously, I could've switched to the original image then applied the color. It's also pretty slow to make happen every single time a color changes, but I'll make another version where edits are live anyway.