diff --git a/game/scripts/gui/main_menu.rpy b/game/scripts/gui/main_menu.rpy index 3d48e5c0..65f4201e 100644 --- a/game/scripts/gui/main_menu.rpy +++ b/game/scripts/gui/main_menu.rpy @@ -388,6 +388,7 @@ transform navigation_show: transform navigation_hide: subpixel True + events False zoom 1.0 alpha 1.0 easeout_back 0.4 zoom 0.0 alpha 0.0 @@ -555,4 +556,4 @@ style navigation_bar is empty: style navigation_note: padding (6, 4) - background Frame(Image("gui/creamy_pumpkin_pie/book/book_note.png", oversample=4), 40, 40, 40, 40, tile=False) \ No newline at end of file + background Frame(Image("gui/creamy_pumpkin_pie/book/book_note.png", oversample=4), 40, 40, 40, 40, tile=False) diff --git a/game/scripts/gui/say.rpy b/game/scripts/gui/say.rpy index e084a95a..cf511b50 100644 --- a/game/scripts/gui/say.rpy +++ b/game/scripts/gui/say.rpy @@ -87,7 +87,7 @@ screen quickbox(): textbutton "󰇚" action QuickSave() tooltip _("Quick Save") # File Save (\F01DA) textbutton "󰕒" action QuickLoad() tooltip _("Quick Load") # File Load (\F0552) textbutton "󰁪" action Preference("auto-forward", "toggle") tooltip _("Auto-Forward Dialogue") # Autoplay (\F18F2) - textbutton "󰒓" action ShowMenu("preferences") tooltip _("Game Options") # Settings (\F0493) + textbutton "󰒓" action ShowMenu("navigation") tooltip _("Game Options") # Settings (\F0493) textbutton "󰮫" action ToggleVariable("states.settings.quickbox_expanded", True, False) tooltip _("Toggle Quick Action Box") # Menu (\F0BAB) style quickbox_button