Merge remote-tracking branch 'origin/interface2' into kinetic_text
This commit is contained in:
commit
5a78a30577
BIN
game/gui/creamy_pumpkin_pie/book/book_note.png
(Stored with Git LFS)
Normal file
BIN
game/gui/creamy_pumpkin_pie/book/book_note.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -116,8 +116,8 @@ define gui.navigation_padding = 34
|
|||||||
define gui.navigation_spacing = 4
|
define gui.navigation_spacing = 4
|
||||||
|
|
||||||
# Save thumbnail size
|
# Save thumbnail size
|
||||||
define config.thumbnail_width = 94
|
define config.thumbnail_width = 270
|
||||||
define config.thumbnail_height = 50
|
define config.thumbnail_height = 150
|
||||||
|
|
||||||
# Save slots table
|
# Save slots table
|
||||||
define gui.file_slot_cols = 4
|
define gui.file_slot_cols = 4
|
||||||
|
@ -474,6 +474,7 @@ style navigation_radio_vbox:
|
|||||||
style navigation_radio_label is navigation_label:
|
style navigation_radio_label is navigation_label:
|
||||||
xsize 206
|
xsize 206
|
||||||
background Image("gui/creamy_pumpkin_pie/book/book_spacer.png", oversample=4)
|
background Image("gui/creamy_pumpkin_pie/book/book_spacer.png", oversample=4)
|
||||||
|
|
||||||
style navigation_radio_label_text is navigation_label_text:
|
style navigation_radio_label_text is navigation_label_text:
|
||||||
xalign 0.5
|
xalign 0.5
|
||||||
size 24
|
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))
|
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:
|
style navigation_grid is empty:
|
||||||
xspacing 35
|
xspacing 0
|
||||||
yspacing 0
|
yspacing 0
|
||||||
ypos 20
|
# ypos 0
|
||||||
|
|
||||||
style navigation_picture_button:
|
style navigation_picture_button:
|
||||||
padding (6, 4)
|
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:
|
# style navigation_vbox:
|
||||||
# xsize 250
|
# xsize 250
|
||||||
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user