From b343365ef67c34da26e583440dad4e4b122830fa Mon Sep 17 00:00:00 2001 From: nutbuster Date: Thu, 1 Jul 2021 19:55:03 +1000 Subject: [PATCH] Bigger desktop quick button hitbox --- game/screens.rpy | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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() ], \