Update credits and bug fix
This commit is contained in:
parent
9383e5d719
commit
9a50a836db
BIN
game/gui/creamy_pumpkin_pie/studio_logo.png
(Stored with Git LFS)
Normal file
BIN
game/gui/creamy_pumpkin_pie/studio_logo.png
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
game/gui/creamy_pumpkin_pie/website_logo.png
(Stored with Git LFS)
BIN
game/gui/creamy_pumpkin_pie/website_logo.png
(Stored with Git LFS)
Binary file not shown.
@ -23,6 +23,7 @@ init python in credits:
|
||||
return "\n".join(output_lines)
|
||||
|
||||
image game_logo = Image("gui/creamy_pumpkin_pie/game_logo.png", oversample=8)
|
||||
image studio_logo = Image("gui/creamy_pumpkin_pie/studio_logo.png", oversample=4)
|
||||
image engine_logo = Image("gui/creamy_pumpkin_pie/engine_logo.png", oversample=2)
|
||||
|
||||
define credits_images = [] # TODO: Add images once new chibis are in.
|
||||
@ -229,6 +230,7 @@ define credits = credits.convert(_(f"""{{image=game_logo}}{{vspace=10}}
|
||||
### Ren'Py Engine v[renpy.version_only]
|
||||
- [renpy.license!t]
|
||||
{{vspace=400}}
|
||||
{{image=studio_logo}}
|
||||
# Thank you for playing!{{vspace=400}}
|
||||
"""))
|
||||
|
||||
|
@ -70,6 +70,7 @@ screen inventory():
|
||||
ypos 32
|
||||
xalign 0.5
|
||||
for item in menu_items:
|
||||
if item.owned > 0 or config.developer:
|
||||
button:
|
||||
xysize (48, 48)
|
||||
if selected_item == item:
|
||||
|
Loading…
Reference in New Issue
Block a user