diff --git a/script.rpy b/script.rpy index b316fb9..b4abca2 100644 --- a/script.rpy +++ b/script.rpy @@ -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 diff --git a/script.rpyc b/script.rpyc index 21a2496..8750560 100644 Binary files a/script.rpyc and b/script.rpyc differ