forked from Cavemanon/SnootGame
merge
This commit is contained in:
@ -416,16 +416,6 @@ screen main_menu():
|
||||
else:
|
||||
add "gui/snootgame.png"
|
||||
vbox:
|
||||
<<<<<<< HEAD
|
||||
spacing 25
|
||||
xpos 1885
|
||||
yalign 0.9
|
||||
imagebutton auto "gui/button/menubuttons/startbutton_%s.png" action Start()
|
||||
imagebutton auto "gui/button/menubuttons/loadbutton_%s.png" action ShowMenu("load")
|
||||
imagebutton auto "gui/button/menubuttons/optionsbutton_%s.png" action ShowMenu("preferences")
|
||||
imagebutton auto "gui/button/menubuttons/extrasbutton_%s.png" action ShowMenu("extras")
|
||||
imagebutton auto "gui/button/menubuttons/quitbutton_%s.png" action Quit(confirm=not main_menu)
|
||||
=======
|
||||
spacing 25
|
||||
xpos 1885
|
||||
yalign 0.9
|
||||
@ -443,7 +433,6 @@ screen main_menu():
|
||||
# vbox:
|
||||
# text "[config.version]":
|
||||
# style "main_menu_version"
|
||||
>>>>>>> origin/Monster-Update-6
|
||||
|
||||
|
||||
style main_menu_frame is empty
|
||||
|
Reference in New Issue
Block a user