From f71466d7face31de26d9850b3a2a5a4592e5a683 Mon Sep 17 00:00:00 2001 From: Wally Hackenslacker Date: Sat, 4 Oct 2025 04:48:20 -0400 Subject: [PATCH] Adjusted intro times. --- src/gstates/intro.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gstates/intro.lua b/src/gstates/intro.lua index 17d58ca..d180951 100644 --- a/src/gstates/intro.lua +++ b/src/gstates/intro.lua @@ -45,9 +45,9 @@ function Intro:update(dt) local total_time if self.stage == 0 then - total_time = 4.5 + total_time = 6.5 elseif self.stage == 1 then - total_time = 3.0 + total_time = 5.0 else total_time = 8.0 end