Merge branch 'script-cleanup' of https://git.cavemanon.xyz/Pomi108/SnootGame into script-cleanup
This commit is contained in:
@@ -260,9 +260,9 @@ label test_credits:
|
||||
|
||||
init python:
|
||||
# Note: Measuring in pixels
|
||||
panning_stop = 15070 # 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 = 77 # 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
|
||||
|
||||
|
||||
@@ -16,6 +16,15 @@ init python:
|
||||
renpy.play('audio/effects/carKick2.ogg', channel='audio')
|
||||
# renpy.play('audio/effects/carSuspension1.ogg', channel='audio')
|
||||
|
||||
#for the undefined characters, copy similar to the base character
|
||||
def say_arguments_callback(char, *args, **kwargs):
|
||||
kwargs["ctc"] = "ctc_end_marker"
|
||||
kwargs["ctc_pause"] = "ctc_mid_marker"
|
||||
kwargs["ctc_timedpause"] = Null()
|
||||
kwargs["ctc_position"] = "nestled"
|
||||
return args, kwargs
|
||||
|
||||
define config.say_arguments_callback = say_arguments_callback
|
||||
|
||||
transform randPosition:
|
||||
alpha 0.0
|
||||
@@ -213,4 +222,4 @@ transform nmidright:
|
||||
|
||||
# Naomi's position when handing the brochure to Anon
|
||||
transform scloserleft:
|
||||
xalign 0.1 yalign 0.0
|
||||
xalign 0.1 yalign 0.0
|
||||
|
||||
Reference in New Issue
Block a user