Actually put a little bit of effort in the android screens, gomenasai
This commit is contained in:
10
game/gui.rpy
10
game/gui.rpy
@@ -450,12 +450,12 @@ init python:
|
||||
if renpy.variant("small"):
|
||||
|
||||
## Font sizes.
|
||||
gui.text_size = 44
|
||||
gui.text_size = 40
|
||||
gui.name_text_size = 46
|
||||
gui.notify_text_size = 38
|
||||
gui.interface_text_size = 45
|
||||
gui.button_text_size = 45
|
||||
gui.label_text_size = 51
|
||||
gui.interface_text_size = 40
|
||||
gui.button_text_size = 40
|
||||
gui.label_text_size = 45
|
||||
|
||||
## Namebox
|
||||
gui.name_xpos = 395
|
||||
@@ -472,7 +472,7 @@ init python:
|
||||
|
||||
gui.choice_button_width = 1860
|
||||
|
||||
gui.navigation_spacing = 30
|
||||
gui.navigation_spacing = 20
|
||||
gui.pref_button_spacing = 15
|
||||
|
||||
gui.history_height = 285
|
||||
|
Reference in New Issue
Block a user