SnootGame/game/src/splashscreen.rpy

13 lines
283 B
Text
Raw Normal View History

2022-10-21 03:43:01 +02:00
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
2022-10-21 11:51:52 +02:00
call screen translator_popup
2022-10-21 03:43:01 +02:00
return
2022-10-21 11:51:52 +02:00