mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
Fix Chapter Select button yposition
This commit is contained in:
parent
b34ad59fb4
commit
966fca9fc5
1 changed files with 1 additions and 1 deletions
|
@ -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") ],
|
||||
|
|
Loading…
Reference in a new issue