Actually put a little bit of effort in the android screens, gomenasai

This commit is contained in:
2023-05-23 05:31:00 -03:00
parent 49628dae7c
commit dd3f40b206
25 changed files with 118 additions and 26 deletions

View File

@@ -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