From 20744941a914592fa661acd9eeb5e13cab776286 Mon Sep 17 00:00:00 2001 From: CaveManon Date: Mon, 7 Jun 2021 12:52:51 -0500 Subject: [PATCH] game now properly sneeds --- game/script.rpy | 1 + 1 file changed, 1 insertion(+) 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