forked from Cavemanon/SnootGame
cave intro using an image
This commit is contained in:
BIN
game/images/intros/caveintro.png
Normal file
BIN
game/images/intros/caveintro.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 131 KiB |
@ -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
|
||||
|
Reference in New Issue
Block a user