fade in at the start

This commit is contained in:
ameworm 2026-02-16 19:34:29 -03:00
parent b1f40bfecb
commit 7eece4409c
2 changed files with 6 additions and 0 deletions

View file

@ -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