mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-13 13:11:03 +01:00
12 lines
283 B
Text
12 lines
283 B
Text
|
|
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
|
|
call screen translator_popup
|
|
|
|
|
|
return
|
|
|