9 lines
164 B
Plaintext
9 lines
164 B
Plaintext
|
|
label splashscreen:
|
|
if not renpy.get_autoreload():
|
|
show anim_caveintro
|
|
play sound mus_startup
|
|
pause 11.2
|
|
stop sound
|
|
|
|
return |