mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-13 04:36:38 +01:00
good for use for now
This commit is contained in:
parent
9189c258d6
commit
2051203075
1 changed files with 26 additions and 21 deletions
|
@ -1168,31 +1168,36 @@ screen extras():
|
||||||
|
|
||||||
## The use statement includes another screen inside this one. The actual
|
## The use statement includes another screen inside this one. The actual
|
||||||
## contents of the main menu are in the navigation screen.
|
## contents of the main menu are in the navigation screen.
|
||||||
vbox:
|
# vbox:
|
||||||
xpos 1940
|
# xpos 1940
|
||||||
yalign 0.03
|
# yalign 0.03
|
||||||
if persistent.splashtype == 1:
|
# if persistent.splashtype == 1:
|
||||||
add "gui/sneedgame.png"
|
# add "gui/sneedgame.png"
|
||||||
else:
|
# else:
|
||||||
add "gui/snootgame.png"
|
# add "gui/snootgame.png"
|
||||||
vbox:
|
|
||||||
spacing 25
|
|
||||||
xpos 1885
|
|
||||||
yalign 0.9
|
|
||||||
imagebutton auto "gui/button/menubuttons/helpbutton_%s.png" action ShowMenu("help")
|
|
||||||
imagebutton auto "gui/button/menubuttons/aboutbutton_%s.png" action ShowMenu("about")
|
|
||||||
imagebutton auto "gui/button/menubuttons/updatesbutton_%s.png" action ShowMenu("updates")
|
|
||||||
imagebutton auto "gui/button/menubuttons/gallerybutton_%s.png" action ShowMenu("gallery")
|
|
||||||
imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu")
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# if gui.show_name:
|
|
||||||
#
|
|
||||||
# vbox:
|
# vbox:
|
||||||
# text "[config.version]":
|
# spacing 25
|
||||||
|
# xpos 1885
|
||||||
|
# yalign 0.9
|
||||||
|
# imagebutton auto "gui/button/menubuttons/helpbutton_%s.png" action ShowMenu("help")
|
||||||
|
# imagebutton auto "gui/button/menubuttons/aboutbutton_%s.png" action ShowMenu("about")
|
||||||
|
# imagebutton auto "gui/button/menubuttons/updatesbutton_%s.png" action ShowMenu("updates")
|
||||||
|
# imagebutton auto "gui/button/menubuttons/gallerybutton_%s.png" action ShowMenu("gallery")
|
||||||
|
# imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu")
|
||||||
|
|
||||||
# style "main_menu_version"
|
|
||||||
|
|
||||||
|
# # if gui.show_name:
|
||||||
|
# #
|
||||||
|
# # vbox:
|
||||||
|
# # text "[config.version]":
|
||||||
|
|
||||||
|
# # style "main_menu_version"
|
||||||
|
vbox:
|
||||||
|
xpos 1942
|
||||||
|
# xalign 1.0
|
||||||
|
yalign 0.95
|
||||||
|
use extrasnavigation
|
||||||
|
|
||||||
|
|
||||||
style main_menu_frame is empty
|
style main_menu_frame is empty
|
||||||
|
|
Loading…
Reference in a new issue