Files
SnootGame_PROOFREAD/game/src/splashscreen.rpy
2022-11-28 06:52:18 -03:00

14 lines
349 B
Plaintext

label splashscreen:
$ persistent.splashtype = random.randint(0,2000 - 1)
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
if (persistent.languaged_up is None):
#$ persistent.languaged_up = True
$ preferences.set_volume('ui', config.default_sfx_volume) # hack
call screen lang_sel
return