Bug fix
This commit is contained in:
parent
c9db632d6b
commit
53cfc1bf23
@ -101,7 +101,7 @@ define credits = credits.convert(_(f"""{{image=game_logo}}{{vspace=10}}
|
||||
- MedicBear
|
||||
- perniciousducks
|
||||
|
||||
### Mirror of Erised
|
||||
### Mirror of Erised
|
||||
### Content Creators
|
||||
- Livvypoo
|
||||
- NotTera
|
||||
@ -227,9 +227,9 @@ define credits = credits.convert(_(f"""{{image=game_logo}}{{vspace=10}}
|
||||
|
||||
{{image=engine_logo}}
|
||||
### Ren'Py Engine v[renpy.version_only]
|
||||
- [renpy.license!t]{{vspace=300}}
|
||||
|
||||
# Thank you for playing!{{vspace=300}}
|
||||
- [renpy.license!t]
|
||||
{{vspace=400}}
|
||||
# Thank you for playing!{{vspace=400}}
|
||||
"""))
|
||||
|
||||
style credits_header1:
|
||||
@ -283,7 +283,7 @@ transform credits_scroll(duration):
|
||||
parallel:
|
||||
linear (duration - 1) ypos (config.screen_height)
|
||||
pause 7
|
||||
|
||||
|
||||
linear 1.0 alpha 0.0
|
||||
|
||||
transform credits_fade_image(start, duration):
|
||||
@ -299,7 +299,7 @@ screen credits():
|
||||
modal True
|
||||
predict False
|
||||
style_prefix "credits"
|
||||
|
||||
|
||||
default duration = 180
|
||||
default pauses = 13
|
||||
|
||||
@ -325,4 +325,4 @@ screen credits():
|
||||
|
||||
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")]
|
||||
|
Loading…
Reference in New Issue
Block a user