mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-01-22 09:16:56 +01:00
increase credits time slightly
This commit is contained in:
parent
420ed93ee2
commit
ccadc0c179
1 changed files with 1 additions and 1 deletions
|
@ -238,7 +238,7 @@ init python:
|
||||||
# Note: Measuring in pixels
|
# Note: Measuring in pixels
|
||||||
panning_stop = 13290 # How far the panning will go down
|
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_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_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