diff --git a/game/script.rpy b/game/script.rpy index ba88ccb..fb72696 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -286,6 +286,7 @@ image black = "#000" #WAOH ITS THE TITLE SCREEN!!!! label splashscreen: + $ persistent.splashtype = random.randint(0,2000 - 1) $ renpy.movie_cutscene("images/intros/CaveManonProductions.webm") stop sound return