forked from Cavemanon/SnootGame
autism commit 2
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
image red = "#ff0000"
|
||||
|
||||
label chapter_14A:
|
||||
#Bowling for Volcano High
|
||||
window auto
|
||||
@ -746,6 +744,7 @@ label chapter_14A:
|
||||
$ renpy.music.set_volume(1, 5, 'ambient1') #policeSirenReverbLoop
|
||||
$ renpy.mark_image_seen("shooterroof")
|
||||
$ renpy.mark_image_seen("shooterroof_gallery")
|
||||
$ renpy.mark_image_seen("fullbody_fang_silo1")
|
||||
scene shooterroof:
|
||||
size(1920, 1080)
|
||||
show fang silo1
|
||||
@ -793,11 +792,13 @@ label chapter_14A:
|
||||
pause 1.5
|
||||
|
||||
hide fang silo1
|
||||
$ renpy.mark_image_seen("fullbody_fang_silo2")
|
||||
show fang silo2
|
||||
with Dissolve(.75)
|
||||
pause .5
|
||||
|
||||
hide fang silo2
|
||||
$ renpy.mark_image_seen("fullbody_fang_silo3")
|
||||
show fang silo3
|
||||
with Dissolve(.25)
|
||||
|
||||
@ -809,8 +810,8 @@ label chapter_14A:
|
||||
show red
|
||||
show white
|
||||
hide white with Dissolve(0.06)
|
||||
show fang flash blurred:
|
||||
alpha 0.3
|
||||
show fang flash blurred: # Stupid renpy making the blur different so I can't just make a straight image out of it
|
||||
alpha 0.1
|
||||
hide red
|
||||
with Dissolve(0.4)
|
||||
hide fang flash blurred with Dissolve(2)
|
||||
@ -894,9 +895,10 @@ label chapter_14A:
|
||||
ypos 0
|
||||
xanchor 0.5 yanchor 0.396 xpos 0.5 ypos 0.5
|
||||
ease 1 zoom 1.04
|
||||
pause 1
|
||||
pause 1.15
|
||||
|
||||
show fang shooter:
|
||||
subpixel True
|
||||
ypos 0
|
||||
xanchor 0.5 yanchor 0.396 xpos 0.5 ypos 0.5
|
||||
ease 1 zoom 1
|
||||
@ -926,9 +928,10 @@ label chapter_14A:
|
||||
ypos 0
|
||||
xanchor 0.5 yanchor 0.396 xpos 0.5 ypos 0.5
|
||||
ease 1 zoom 1.04
|
||||
pause 1
|
||||
pause 1.15
|
||||
|
||||
show fang shooter:
|
||||
subpixel True
|
||||
ypos 0
|
||||
xanchor 0.5 yanchor 0.396 xpos 0.5 ypos 0.5
|
||||
ease 1 zoom 1
|
||||
@ -1064,9 +1067,10 @@ label chapter_14A:
|
||||
ypos 0
|
||||
xanchor 0.5 yanchor 0.396 xpos 0.5 ypos 0.5
|
||||
ease 1 zoom 1.04
|
||||
pause 1
|
||||
pause 1.15
|
||||
|
||||
show fang shooter blurred:
|
||||
subpixel True
|
||||
ypos 0
|
||||
xanchor 0.5 yanchor 0.396 xpos 0.5 ypos 0.5
|
||||
ease 1 zoom 1
|
||||
|
Reference in New Issue
Block a user