mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-24 18:48:55 +01:00
cave intro using an image
This commit is contained in:
parent
d291020ca6
commit
8994d82548
2 changed files with 11 additions and 1 deletions
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:
|
label splashscreen:
|
||||||
$ persistent.splashtype = random.randint(0,2000 - 1)
|
$ 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):
|
if (persistent.languaged_up is None):
|
||||||
$ persistent.languaged_up = True
|
$ persistent.languaged_up = True
|
||||||
|
|
Loading…
Reference in a new issue