From 966fca9fc5594b320ffc226b402b8a1b2ce8ad05 Mon Sep 17 00:00:00 2001 From: Iggy Date: Mon, 19 Aug 2024 20:36:09 -0300 Subject: [PATCH] Fix Chapter Select button yposition --- game/screens.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/screens.rpy b/game/screens.rpy index fd84e64..a287464 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -1281,7 +1281,7 @@ screen extrasnavigation(): vbox: spacing 10 xpos 1885 - ypos (1269 if config.developer else 1130) + ypos (1269 if config.developer and persistent.enable_chapter_select else 1130) use main_menu_buttons("gui/button/menubuttons/template_idle.png", [ [ _("Help"), ShowMenu("help") ],