Has anyone an idea how to increace the size of the font? It would be really helpful if it is little bigger.
Found it in gui.rpy
Sadly the interaction menues use the same variable. (or the walkthough mod does it.)
Found it in gui.rpy
Code:
## The size of normal dialogue text.
define gui.text_size = 33
## The size of character names.
define gui.name_text_size = 45
Last edited: