12 lines
182 B
Plaintext
12 lines
182 B
Plaintext
|
|
label splashscreen:
|
|
if not renpy.get_autoreload():
|
|
show caveintrosequence
|
|
play sound 'audio/OST/startup.ogg'
|
|
pause 11.2
|
|
stop sound
|
|
|
|
|
|
return
|
|
|