good for use for now

This commit is contained in:
Nio 2021-06-23 22:03:47 +10:00
parent 9189c258d6
commit 2051203075

View file

@ -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: # vbox:
spacing 25 # spacing 25
xpos 1885 # xpos 1885
yalign 0.9 # yalign 0.9
imagebutton auto "gui/button/menubuttons/helpbutton_%s.png" action ShowMenu("help") # 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/aboutbutton_%s.png" action ShowMenu("about")
imagebutton auto "gui/button/menubuttons/updatesbutton_%s.png" action ShowMenu("updates") # 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/gallerybutton_%s.png" action ShowMenu("gallery")
imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu") # imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu")
# if gui.show_name: # # if gui.show_name:
# # #
# vbox: # # vbox:
# text "[config.version]": # # text "[config.version]":
# style "main_menu_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