Game is pretty okay, I like the setting
But the white text on the light background is a bit hard to read
Does anyone know how to change either of those?
Edit : never mind I figured it out
Go to the game folder and open GUI.rpy with a text editor
Scroll down to
## The colors used for dialogue and menu choice text.
define gui.text_color = u'#ffffff'
define gui.interface_text_color = u'#ffffff'
Then change the ffffff with any of the other
You must be registered to see the links
And if you open up Screens.rpy in the same game folder with a text editor, then scroll down to
background Image("gui/textbox.png", xalign=0.5, yalign=1.0)
Then delete that whole line to remove the text box backgound