From 7e647d356fe7d96a64ed12fd04d1d7729eda28da Mon Sep 17 00:00:00 2001 From: Map Date: Fri, 6 Jun 2025 13:47:37 -0500 Subject: [PATCH] fix credits timing and panning --- game/src/credits.rpy | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/src/credits.rpy b/game/src/credits.rpy index 42fb93e..5c2e154 100644 --- a/game/src/credits.rpy +++ b/game/src/credits.rpy @@ -260,9 +260,9 @@ label test_credits: init python: # Note: Measuring in pixels - panning_stop = 14480 # How far the panning will go down + panning_stop = 15070 # 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 = 75 # How long in seconds + panning_duration = 77 # 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