This commit is contained in:
LoafyLemon 2024-06-17 19:35:25 +01:00
parent c9db632d6b
commit 53cfc1bf23

View File

@ -101,7 +101,7 @@ define credits = credits.convert(_(f"""{{image=game_logo}}{{vspace=10}}
- MedicBear - MedicBear
- perniciousducks - perniciousducks
### Mirror of Erised ### Mirror of Erised
### Content Creators ### Content Creators
- Livvypoo - Livvypoo
- NotTera - NotTera
@ -227,9 +227,9 @@ define credits = credits.convert(_(f"""{{image=game_logo}}{{vspace=10}}
{{image=engine_logo}} {{image=engine_logo}}
### Ren'Py Engine v[renpy.version_only] ### Ren'Py Engine v[renpy.version_only]
- [renpy.license!t]{{vspace=300}} - [renpy.license!t]
{{vspace=400}}
# Thank you for playing!{{vspace=300}} # Thank you for playing!{{vspace=400}}
""")) """))
style credits_header1: style credits_header1:
@ -283,7 +283,7 @@ transform credits_scroll(duration):
parallel: parallel:
linear (duration - 1) ypos (config.screen_height) linear (duration - 1) ypos (config.screen_height)
pause 7 pause 7
linear 1.0 alpha 0.0 linear 1.0 alpha 0.0
transform credits_fade_image(start, duration): transform credits_fade_image(start, duration):
@ -299,7 +299,7 @@ screen credits():
modal True modal True
predict False predict False
style_prefix "credits" style_prefix "credits"
default duration = 180 default duration = 180
default pauses = 13 default pauses = 13
@ -325,4 +325,4 @@ screen credits():
use player((0.025, 0.88)) use player((0.025, 0.88))
timer duration+pauses action [Hide("credits"), Function(achievements.unlock, "Credits")] timer duration+pauses action [Hide("credits"), Function(achievements.unlock, "Credits")]