diff --git a/game/src/credits.rpy b/game/src/credits.rpy index 4270050..00587a9 100644 --- a/game/src/credits.rpy +++ b/game/src/credits.rpy @@ -254,7 +254,7 @@ label test_credits: init python: # Note: Measuring in pixels - panning_stop = 14400 # How far the panning will go down + panning_stop = 14480 # 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 credits_img_offset = panning_stop + 550 # Distance away from panning_stop where the image will render