diff options
-rw-r--r-- | game/screens.rpy | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/game/screens.rpy b/game/screens.rpy index 6c47cc4..3bd84ce 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -425,7 +425,11 @@ screen main_menu(): yalign 0.06 xfill False yfill False - textbutton _("Preferences") action ShowMenu("preferences") + textbutton _("{color=#FFC}Preferences{/color}"): + xpadding 20 + ypadding 20 + action ShowMenu("preferences") + background Frame("gui/frame.png", 5, 5) ## Name & Version if gui.show_name: |