8 lines
197 B
Plaintext
8 lines
197 B
Plaintext
label splashscreen:
|
|
if not renpy.get_autoreload() and not persistent.reloading_mods:
|
|
show anim_caveintro
|
|
play sound mus_startup
|
|
pause 11.2
|
|
stop sound
|
|
|
|
return |