Remove menu button images & Render buttons

This commit is contained in:
Nutbuster 2021-07-11 13:25:52 +10:00
parent c3ebb51d4b
commit 572ecccd3b
27 changed files with 16 additions and 31 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 27 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 28 KiB

View File

@ -625,11 +625,7 @@ screen about():
text _("{size=24}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\nTo find more information about the game (and its source code) please visit {a=https://www.snootgame.xyz/}our website{/a}.{/size}") text _("{size=24}Made with {a=https://www.renpy.org/}Ren'Py{/a} [renpy.version_only].\n\n[renpy.license!t]\nTo find more information about the game (and its source code) please visit {a=https://www.snootgame.xyz/}our website{/a}.{/size}")
textbutton "Back to Extras" action ShowMenu("extras") textbutton "Back to Extras" action ShowMenu("extras")
vbox: use extrasnavigation
xpos 1942
# xalign 1.0
yalign 0.95
use extrasnavigation
@ -671,11 +667,7 @@ screen updates():
label _("Update Result:\n") label _("Update Result:\n")
text _("[persistent.updateresult!t]\n") text _("[persistent.updateresult!t]\n")
textbutton "Back to Extras" action ShowMenu("extras") textbutton "Back to Extras" action ShowMenu("extras")
vbox: use extrasnavigation
xpos 1942
# xalign 1.0
yalign 0.95
use extrasnavigation
## Load and Save screens ####################################################### ## Load and Save screens #######################################################
## ##
@ -1124,20 +1116,15 @@ screen extras():
# # text "[config.version]": # # text "[config.version]":
# # style "main_menu_version" # # style "main_menu_version"
vbox: use extrasnavigation
xpos 1942
# xalign 1.0
yalign 0.95
use extrasnavigation
##Extras Navigation Screen ##################################################### ##Extras Navigation Screen #####################################################
## ##
##This screen is to be reused in ##This screen is to be reused in
screen extrasnavigation(): screen extrasnavigation():
vbox: vbox:
#xalign 1.0 xpos 1940
xpos 665 yalign 0.03
ypos 270
if persistent.splashtype == 1: if persistent.splashtype == 1:
add "gui/sneedgame.png" add "gui/sneedgame.png"
@ -1145,14 +1132,16 @@ screen extrasnavigation():
add "gui/snootgame.png" add "gui/snootgame.png"
vbox: vbox:
spacing 25 spacing 25
# xpos 590 xpos 1885
xalign 0.79 yalign 0.9
yalign 1.0 #0.9 use main_menu_buttons("gui/button/menubuttons/template_idle.png",
imagebutton auto "gui/button/menubuttons/helpbutton_%s.png" action ShowMenu("help") [
imagebutton auto "gui/button/menubuttons/aboutbutton_%s.png" action ShowMenu("about") [ "Help", ShowMenu("help") ],
imagebutton auto "gui/button/menubuttons/updatesbutton_%s.png" action ShowMenu("updates") [ "About", ShowMenu("about") ],
imagebutton auto "gui/button/menubuttons/gallerybutton_%s.png" action ShowMenu("cg_gallery") [ "Updates", ShowMenu("updates") ],
imagebutton auto "gui/button/menubuttons/returnbutton_%s.png" action ShowMenu("main_menu") [ "Gallery", ShowMenu("cg_gallery") ],
[ "Return", ShowMenu("main_menu") ]
] )
## Help screen ################################################################# ## Help screen #################################################################
@ -1206,11 +1195,7 @@ screen help():
use gamepad_help use gamepad_help
text _("") ## again in here to keep vbox in check text _("") ## again in here to keep vbox in check
vbox: use extrasnavigation
xpos 1942
# xalign 1.0
yalign 0.95
use extrasnavigation