mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 17:26:20 +01:00
Revert "remove credits for unused promo art (confirmation that our team member is GAY)" because we're epic like that
This reverts commit 29f32fec37
.
This commit is contained in:
parent
29f32fec37
commit
b5727e6efd
1 changed files with 7 additions and 3 deletions
|
@ -141,7 +141,11 @@ init 999 python:
|
||||||
'UltrAnon',
|
'UltrAnon',
|
||||||
'D.Anon',
|
'D.Anon',
|
||||||
'NightArt'
|
'NightArt'
|
||||||
]
|
],
|
||||||
|
_('Promo Art (Portuguese):'): [
|
||||||
|
'Ironclad Jimbo',
|
||||||
|
'Cdpraxis',
|
||||||
|
],
|
||||||
}
|
}
|
||||||
|
|
||||||
textlist = []
|
textlist = []
|
||||||
|
@ -250,9 +254,9 @@ label test_credits:
|
||||||
|
|
||||||
init python:
|
init python:
|
||||||
# Note: Measuring in pixels
|
# 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_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_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
|
credits_img_boundary = credits_img_offset + 590 # The offset + the height of the credits image file
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue