gx240
Any way to stop the text background from changing colors?
#1 by gx240 - Aug 28 2014
Is there any way to keep it from endlessly cycling between red, green, and blue?

News, Walkthroughs, and Chat about Anime Games
#1 by gx240 - Aug 28 2014
Is there any way to keep it from endlessly cycling between red, green, and blue?
#2 by Spiky Caterpillar - Sep 7 2014
If you drop a file named 'something.rpy' containing the following code into the game/ directory:
init python:
style.say_window.background = 'ui/dialog_window.png'
#3 by gx240 - Sep 8 2014
Awesome, that seems to have fixed it. Thank you.