16 lines
358 B
Plaintext
16 lines
358 B
Plaintext
|
|
label splashscreen:
|
|
$ persistent.splashtype = random.randint(0,2000 - 1)
|
|
|
|
show anim_caveintro
|
|
play sound mus_startup
|
|
pause 11.2
|
|
stop sound
|
|
|
|
if (persistent.languaged_up is None):
|
|
$ persistent.languaged_up = True
|
|
$ preferences.set_volume('ui', config.default_sfx_volume) # hack
|
|
call screen lang_sel
|
|
|
|
|
|
return |