cave intro using an image

This commit is contained in:
Mappening 2022-12-29 14:43:58 -06:00
parent d291020ca6
commit 8994d82548
2 changed files with 11 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 131 KiB

View File

@ -1,7 +1,17 @@
label splashscreen:
$ persistent.splashtype = random.randint(0,2000 - 1)
$ renpy.movie_cutscene("images/intros/CaveManonProductions.webm")
image caveintrosequence:
"caveintro"
alpha 0
time 0.5
linear 3.5 alpha 1
time 9
linear 1 alpha 0
show caveintrosequence
pause 10.5
if (persistent.languaged_up is None):
$ persistent.languaged_up = True