Add new doodles
This commit is contained in:
parent
50869dd97c
commit
2db398b100
BIN
game/gui/creamy_pumpkin_pie/book/book_doodles_brewing.png
(Stored with Git LFS)
Normal file
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
BIN
game/gui/creamy_pumpkin_pie/book/book_doodles_mermaid.png
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user