diff --git a/game/gui/button/menubuttons/aboutbutton_idle.png b/game/gui/button/menubuttons/aboutbutton_idle.png index 51303ced..6f1a5e8b 100644 Binary files a/game/gui/button/menubuttons/aboutbutton_idle.png and b/game/gui/button/menubuttons/aboutbutton_idle.png differ diff --git a/game/gui/button/menubuttons/aboutbutton_selected_hover.png b/game/gui/button/menubuttons/aboutbutton_selected_hover.png new file mode 100644 index 00000000..2df5836b Binary files /dev/null and b/game/gui/button/menubuttons/aboutbutton_selected_hover.png differ diff --git a/game/gui/button/menubuttons/aboutbutton_selected_idle.png b/game/gui/button/menubuttons/aboutbutton_selected_idle.png new file mode 100644 index 00000000..2df5836b Binary files /dev/null and b/game/gui/button/menubuttons/aboutbutton_selected_idle.png differ diff --git a/game/gui/button/menubuttons/gallerybutton_idle - Copy.png b/game/gui/button/menubuttons/gallerybutton_idle - Copy.png deleted file mode 100644 index 62ec66f2..00000000 Binary files a/game/gui/button/menubuttons/gallerybutton_idle - Copy.png and /dev/null differ diff --git a/game/screens.rpy b/game/screens.rpy index b2a1b188..a046752d 100644 --- a/game/screens.rpy +++ b/game/screens.rpy @@ -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.")