Add new doodles

This commit is contained in:
LoafyLemon 2024-06-22 13:40:33 +01:00
parent 50869dd97c
commit 2db398b100
5 changed files with 12 additions and 4 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@ -57,7 +57,7 @@ screen help_tutorials():
selected tutorial[2]
frame style "navigation_page_right":
pass
add "doodle_mermaid" align (0.5, 0.5)
screen help_controls():
frame style "navigation_page_left":
@ -124,7 +124,8 @@ screen help_controls():
text _("Space")
frame style "navigation_page_right":
pass
add "doodle_snitch" align (0.5, 0.1)
add "doodle_panties" align (0.5, 0.7)
style help_viewport:
xmaximum 300

View File

@ -469,3 +469,5 @@ image doodle_panties = Image("gui/creamy_pumpkin_pie/book/book_doodles_panties.p
image doodle_snitch = Image("gui/creamy_pumpkin_pie/book/book_doodles_snitch.png", oversample=4)
image doodle_glasses = Image("gui/creamy_pumpkin_pie/book/book_doodles_glasses.png", oversample=4)
image doodle_mountains = Image("gui/creamy_pumpkin_pie/book/book_doodles_mountains.png", oversample=4)
image doodle_brewing = Image("gui/creamy_pumpkin_pie/book/book_doodles_brewing.png", oversample=4)
image doodle_mermaid = Image("gui/creamy_pumpkin_pie/book/book_doodles_mermaid.png", oversample=4)

View File

@ -78,8 +78,7 @@ screen settings_display():
null height 35
text get_gpu_info() yalign 1.0 size 12
frame style "navigation_page_right":
add "doodle_snitch" align (0.5, 0.1)
add "doodle_panties" align (0.5, 0.7)
add "doodle_brewing" align (0.5, 0.5)
screen settings_audio():
frame style "navigation_page_left":