diff --git a/game/screens.rpy b/game/screens.rpy index b347be9..5efcdc0 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -242,7 +242,7 @@ style choice_button_text is default: screen quick_button(filename, label, function): button: - xmaximum 40 + xmaximum 80 ymaximum 72 action function fixed: @@ -266,7 +266,7 @@ screen quick_menu(): ypos 0.977 grid 1 4: style_prefix "quick" - xalign 0.010 + xalign -0.005 yalign 0.010 use quick_buttons("gui/button/uioptionbuttons/template_idle.png", \ @@ -1543,7 +1543,7 @@ style pref_vbox: screen quick_button(filename, label, function): variant "small" button: - xmaximum 160 + xmaximum 180 ymaximum 100 action function fixed: @@ -1558,7 +1558,6 @@ screen quick_menu(): style_prefix "quick" xalign 0.5 yalign 0.975 - use quick_buttons("gui/button/uioptionbuttons/template_idle.png", \ [ \ [ "Back", Rollback() ], \