mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 10:38:56 +01:00
Remove redundant mobile variant of the extras menu
This commit is contained in:
parent
2269086430
commit
c14c7b43be
1 changed files with 0 additions and 25 deletions
|
@ -1885,31 +1885,6 @@ screen quick_menu():
|
||||||
[ _("Menu"), ShowMenu(), NullAction() ] \
|
[ _("Menu"), ShowMenu(), NullAction() ] \
|
||||||
] )
|
] )
|
||||||
|
|
||||||
screen extrasnavigation(): #Updates are removed (not even supported by Ren'Py)
|
|
||||||
variant "mobile"
|
|
||||||
vbox:
|
|
||||||
xpos 1940
|
|
||||||
yalign 0.03
|
|
||||||
|
|
||||||
if persistent.splashtype == 1:
|
|
||||||
add "gui/sneedgame.png"
|
|
||||||
else:
|
|
||||||
add "gui/snootgame.png"
|
|
||||||
vbox:
|
|
||||||
spacing 10
|
|
||||||
xpos 1885
|
|
||||||
ypos (1269 if persistent.enable_chapter_select else 1130)
|
|
||||||
use main_menu_buttons("gui/button/menubuttons/template_idle.png",
|
|
||||||
[
|
|
||||||
[ _("Help"), ShowMenu("help") ],
|
|
||||||
[ _("About"), ShowMenu("about") ],
|
|
||||||
[ _("Gallery"), ShowMenu("cg_gallery") ],
|
|
||||||
*([(_("Chapter Select"), Start("chapter_select"))] if persistent.enable_chapter_select else []),
|
|
||||||
[ _("Mods"), ShowMenu("mod_menu") ],
|
|
||||||
[ _("Return"), ShowMenu("main_menu") ]
|
|
||||||
] )
|
|
||||||
add Null(0, 129)
|
|
||||||
|
|
||||||
style radio_button:
|
style radio_button:
|
||||||
variant "mobile"
|
variant "mobile"
|
||||||
foreground "gui/phone/button/radio_[prefix_]foreground.png"
|
foreground "gui/phone/button/radio_[prefix_]foreground.png"
|
||||||
|
|
Loading…
Reference in a new issue