fade in at the start
This commit is contained in:
parent
b1f40bfecb
commit
7eece4409c
2 changed files with 6 additions and 0 deletions
|
|
@ -102,6 +102,12 @@ label static(duration=1.8):
|
|||
pause duration
|
||||
return
|
||||
|
||||
label splashscreen:
|
||||
scene black
|
||||
return
|
||||
|
||||
define config.end_splash_transition = Fade(0, 0.5, 1.5)
|
||||
|
||||
# scenes begin here
|
||||
label start:
|
||||
jump prologue
|
||||
|
|
|
|||
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue