From b5727e6efd3dabdae0a269766ea4200857e2cbac Mon Sep 17 00:00:00 2001 From: Map Date: Wed, 4 Dec 2024 20:09:44 -0600 Subject: [PATCH] Revert "remove credits for unused promo art (confirmation that our team member is GAY)" because we're epic like that This reverts commit 29f32fec37879224a98c95f4fbd2eec59c9b172d. --- game/src/credits.rpy | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/game/src/credits.rpy b/game/src/credits.rpy index 6179444..00587a9 100644 --- a/game/src/credits.rpy +++ b/game/src/credits.rpy @@ -141,7 +141,11 @@ init 999 python: 'UltrAnon', 'D.Anon', 'NightArt' - ] + ], + _('Promo Art (Portuguese):'): [ + 'Ironclad Jimbo', + 'Cdpraxis', + ], } textlist = [] @@ -250,9 +254,9 @@ label test_credits: init python: # Note: Measuring in pixels - panning_stop = 13880 # 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 = 74 # How long in seconds + panning_duration = 75 # 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