Change font mid-game
Posted: Sat Jun 13, 2020 6:23 pm
In gui.rpy I changed text font with preference:
In game I try to change this preference like this:
But the font doesn't change. No errors. Both fonts are in "fonts" folder. What may be the problem here?
Code: Select all
define gui.text_font = gui.preference("font", "fonts/BalsamiqSans-Regular.ttf")Code: Select all
$ gui.SetPreference("font", "fonts/Lobster-Regular.ttf")