Files
IWaniHugThatGator-Demo-Public/game/00src/splashscreen.rpy
2025-01-02 03:46:35 -06:00

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