Fixes #19 - Extras menu #29

Merged
MichaelYick merged 13 commits from Nio/SnootGame_w_ExtrasMenu:master into Patchy-Patch5 2021-06-23 23:25:36 +00:00
5 changed files with 4 additions and 9 deletions
Showing only changes of commit e0b11c5df4 - Show all commits

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -385,13 +385,6 @@ screen main_menu():
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)
# if gui.show_name:
#
# vbox:
# text "[config.version]":
# style "main_menu_version"
style main_menu_frame is empty
style main_menu_vbox is vbox
@ -653,8 +646,8 @@ screen gallery():
vbox:
viewport id "gallery":
xpos 300
yalign 0.3
xpos 700
ypos 1000
style_prefix "gallery"
use images
text _("") ## Not sure why, but this keeps the vbox below working ... Renpy quirk? Does it kill scrolling in the viewport? Tune in when we have the gallery populated in the images screen.
@ -714,6 +707,8 @@ screen images():
frame:
pass
vbox:
xpos 600
ypos 600
text _("Placeholder for gallery.")