mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-03-26 11:54:49 +01:00
about button looks test
This commit is contained in:
parent
95e9a9ad47
commit
e0b11c5df4
5 changed files with 4 additions and 9 deletions
Binary file not shown.
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 15 KiB |
BIN
game/gui/button/menubuttons/aboutbutton_selected_hover.png
Normal file
BIN
game/gui/button/menubuttons/aboutbutton_selected_hover.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
game/gui/button/menubuttons/aboutbutton_selected_idle.png
Normal file
BIN
game/gui/button/menubuttons/aboutbutton_selected_idle.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
Binary file not shown.
Before Width: | Height: | Size: 11 KiB |
|
@ -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.")
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue