From ccadc0c179e648e3a08f373b2f04a5038fdea44b Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 11 Oct 2024 18:57:07 -0500 Subject: [PATCH] increase credits time slightly --- game/src/credits.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/src/credits.rpy b/game/src/credits.rpy index 8dd641c..3027927 100644 --- a/game/src/credits.rpy +++ b/game/src/credits.rpy @@ -238,7 +238,7 @@ init python: # Note: Measuring in pixels panning_stop = 13290 # How far the panning will go down panning_stop_bg = 8100 # How far the background images will pan, to create the parallax effect (I can't believe cuckedmanon didn't like this!) - panning_duration = 65 # How long in seconds + panning_duration = 67 # How long in seconds credits_img_offset = panning_stop + 550 # Distance away from panning_stop where the image will render credits_img_boundary = credits_img_offset + 590 # The offset + the height of the credits image file