Save menu

* Implement new save/load menus
This commit is contained in:
LoafyLemon 2024-06-05 22:25:18 +01:00
parent 63859b37f2
commit 7612c0bf1f
5 changed files with 224 additions and 172 deletions

BIN
game/gui/creamy_pumpkin_pie/book/book_note.png (Stored with Git LFS) Normal file

Binary file not shown.

View File

@ -116,8 +116,8 @@ define gui.navigation_padding = 34
define gui.navigation_spacing = 4
# Save thumbnail size
define config.thumbnail_width = 94
define config.thumbnail_height = 50
define config.thumbnail_width = 270
define config.thumbnail_height = 150
# Save slots table
define gui.file_slot_cols = 4

View File

@ -474,6 +474,7 @@ style navigation_radio_vbox:
style navigation_radio_label is navigation_label:
xsize 206
background Image("gui/creamy_pumpkin_pie/book/book_spacer.png", oversample=4)
style navigation_radio_label_text is navigation_label_text:
xalign 0.5
size 24
@ -508,13 +509,13 @@ style navigation_bar is empty:
hover_left_bar Fixed(Frame(Image("gui/creamy_pumpkin_pie/book/book_select.png", oversample=4), 20, 4, 20, 4, tile=False), Frame(Image("gui/creamy_pumpkin_pie/book/book_bar_full.png", oversample=4), tile=False))
style navigation_grid is empty:
xspacing 35
xspacing 0
yspacing 0
ypos 20
# ypos 0
style navigation_picture_button:
padding (6, 4)
hover_background Frame(Image("gui/creamy_pumpkin_pie/book/book_select.png", oversample=4), 20, 0, 20, 0, tile=False)
background Frame(Image("gui/creamy_pumpkin_pie/book/book_note.png", oversample=4), 40, 40, 40, 40, tile=False)
# style navigation_vbox:
# xsize 250

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff