mirror of
https://git.cavemanon.xyz/Cavemanon/SnootGame.git
synced 2025-02-02 06:46:34 +01:00
touch up and freezing atmo effect w sound
This commit is contained in:
parent
591837f9dd
commit
04cdc793ee
4 changed files with 48 additions and 2 deletions
BIN
game/audio/effects/Ear-Ringing-Sound-Effect.ogg
Normal file
BIN
game/audio/effects/Ear-Ringing-Sound-Effect.ogg
Normal file
Binary file not shown.
|
@ -345,6 +345,10 @@ image white = "#FFF"
|
||||||
image dimmer_lighter = "#00000033"
|
image dimmer_lighter = "#00000033"
|
||||||
image dimmer_light = "#00000066"
|
image dimmer_light = "#00000066"
|
||||||
image dimmer_darker = "#00000088"
|
image dimmer_darker = "#00000088"
|
||||||
|
image lighter_freeze = '#1E90FF05'
|
||||||
|
image light_freeze = '#1E90FF08' #11
|
||||||
|
image dark_freeze = '#1E90FF08'
|
||||||
|
image darker_freeze = '#1E90FF08'
|
||||||
|
|
||||||
#Images for effects
|
#Images for effects
|
||||||
image door blurred flip = im.Flip(im.Blur("/images/other/door.png", 1.5), horizontal=True)
|
image door blurred flip = im.Flip(im.Blur("/images/other/door.png", 1.5), horizontal=True)
|
||||||
|
|
|
@ -411,7 +411,7 @@ label chapter_1xN:
|
||||||
"I make a beeline for the food table with Trish, stealing enough grub to keep me sated through the whole ordeal."
|
"I make a beeline for the food table with Trish, stealing enough grub to keep me sated through the whole ordeal."
|
||||||
|
|
||||||
"Ordinarily I’d just hole up in my room and annoy everyone by playing ‘Frankly I Did Do a Little Winning’, but…"
|
"Ordinarily I’d just hole up in my room and annoy everyone by playing ‘Frankly I Did Do a Little Winning’, but…"
|
||||||
|
show fang pendant considering with dissolve
|
||||||
"Damn skinnie costing me two hours of my life by resolving blood feuds."
|
"Damn skinnie costing me two hours of my life by resolving blood feuds."
|
||||||
|
|
||||||
"Whatever, it’s not like these jocks want to talk with me."
|
"Whatever, it’s not like these jocks want to talk with me."
|
||||||
|
@ -419,7 +419,7 @@ label chapter_1xN:
|
||||||
"But Stella, jeez she’s got the attention of all the boys."
|
"But Stella, jeez she’s got the attention of all the boys."
|
||||||
|
|
||||||
T "It’s weird, right?"
|
T "It’s weird, right?"
|
||||||
|
show fang pendant neutral with dissolve
|
||||||
F "I know.{w=0.3} Like, how?"
|
F "I know.{w=0.3} Like, how?"
|
||||||
|
|
||||||
T "I mean, I’ve seen her talking a lot with that hot dog chick that’s near your place."
|
T "I mean, I’ve seen her talking a lot with that hot dog chick that’s near your place."
|
||||||
|
@ -437,15 +437,35 @@ label chapter_1xN:
|
||||||
|
|
||||||
F "No vegan options?"
|
F "No vegan options?"
|
||||||
|
|
||||||
|
|
||||||
show trish indignant with dissolve
|
show trish indignant with dissolve
|
||||||
T "Herbies matter!"
|
T "Herbies matter!"
|
||||||
|
|
||||||
"Dad’s head whips around at Trish’s shout."
|
"Dad’s head whips around at Trish’s shout."
|
||||||
|
stop music fadeout 1.0
|
||||||
|
stop ambient fadeout 1.0
|
||||||
show fangdadunimpressedlarge at sright with easeinright:
|
show fangdadunimpressedlarge at sright with easeinright:
|
||||||
xalign 1.7
|
xalign 1.7
|
||||||
xzoom -1.0
|
xzoom -1.0
|
||||||
|
|
||||||
show trish unimpressed with dissolve
|
show trish unimpressed with dissolve
|
||||||
|
#TODO: Add effect of blue transparent layer appearing slowly with some slow transition
|
||||||
|
play sound "audio/effects/Ear-Ringing-Sound-Effect.ogg" volume 0.5
|
||||||
|
show lighter_freeze with dissolve:
|
||||||
|
xalign 0.5
|
||||||
|
yalign 0.5
|
||||||
|
pause 0.2
|
||||||
|
show light_freeze with dissolve:
|
||||||
|
xalign 0.5
|
||||||
|
yalign 0.5
|
||||||
|
pause 0.2
|
||||||
|
show dark_freeze with dissolve:
|
||||||
|
xalign 0.5
|
||||||
|
yalign 0.5
|
||||||
|
pause 0.2
|
||||||
|
show darker_freeze with dissolve:
|
||||||
|
xalign 0.5
|
||||||
|
yalign 0.5
|
||||||
"The room’s temperature drops as the two glare at each other."
|
"The room’s temperature drops as the two glare at each other."
|
||||||
|
|
||||||
show fang pendant angry with dissolve
|
show fang pendant angry with dissolve
|
||||||
|
@ -456,6 +476,14 @@ label chapter_1xN:
|
||||||
ease_cubic 0.2 xalign 0.4
|
ease_cubic 0.2 xalign 0.4
|
||||||
ease_cubic 0.2 xalign 0.5
|
ease_cubic 0.2 xalign 0.5
|
||||||
"I give her a quick reality check with my elbow."
|
"I give her a quick reality check with my elbow."
|
||||||
|
stop sound fadeout 1.0
|
||||||
|
hide lighter_freeze
|
||||||
|
hide light_freeze
|
||||||
|
hide dark_freeze
|
||||||
|
with dissolve
|
||||||
|
|
||||||
|
play ambient "audio/effects/teenageCrowdLoop.ogg" fadein 2.0
|
||||||
|
play music "audio/OST/west_coast_kicking.ogg" fadein 2.0
|
||||||
show trish considering
|
show trish considering
|
||||||
hide fangdadunimpressedlarge
|
hide fangdadunimpressedlarge
|
||||||
show fangdad unimpressed flip at sright
|
show fangdad unimpressed flip at sright
|
||||||
|
|
14
game/script/2xN.Naomi-arc-2.rpy
Normal file
14
game/script/2xN.Naomi-arc-2.rpy
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
label chapter_2xN:
|
||||||
|
#Naomi Arc One
|
||||||
|
# "{cps=*0.2}-- April, 201M2021 BC --{/cps}"
|
||||||
|
|
||||||
|
scene home fang day with fade
|
||||||
|
play music "audio/OST/west_coast_kicking.ogg" fadein 1.0
|
||||||
|
|
||||||
|
|
||||||
|
stop ambient fadeout 2.0
|
||||||
|
stop music fadeout 3.0
|
||||||
|
pause 3
|
||||||
|
scene black with fade
|
||||||
|
pause 1
|
||||||
|
return
|
Loading…
Reference in a new issue