diff --git a/game/audio/effects/Ear-Ringing-Sound-Effect.ogg b/game/audio/effects/Ear-Ringing-Sound-Effect.ogg new file mode 100644 index 0000000..15713ab Binary files /dev/null and b/game/audio/effects/Ear-Ringing-Sound-Effect.ogg differ diff --git a/game/script.rpy b/game/script.rpy index 8f8f9ff..9441cb0 100644 --- a/game/script.rpy +++ b/game/script.rpy @@ -345,6 +345,10 @@ image white = "#FFF" image dimmer_lighter = "#00000033" image dimmer_light = "#00000066" image dimmer_darker = "#00000088" +image lighter_freeze = '#1E90FF05' +image light_freeze = '#1E90FF08' #11 +image dark_freeze = '#1E90FF08' +image darker_freeze = '#1E90FF08' #Images for effects image door blurred flip = im.Flip(im.Blur("/images/other/door.png", 1.5), horizontal=True) diff --git a/game/script/1xN.Naomi-arc-1.rpy b/game/script/1xN.Naomi-arc-1.rpy index 89d6c5c..674282e 100644 --- a/game/script/1xN.Naomi-arc-1.rpy +++ b/game/script/1xN.Naomi-arc-1.rpy @@ -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." "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." "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." T "It’s weird, right?" - + show fang pendant neutral with dissolve 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." @@ -437,15 +437,35 @@ label chapter_1xN: F "No vegan options?" + show trish indignant with dissolve T "Herbies matter!" "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: xalign 1.7 xzoom -1.0 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." 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.5 "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 hide fangdadunimpressedlarge show fangdad unimpressed flip at sright diff --git a/game/script/2xN.Naomi-arc-2.rpy b/game/script/2xN.Naomi-arc-2.rpy new file mode 100644 index 0000000..1d6be56 --- /dev/null +++ b/game/script/2xN.Naomi-arc-2.rpy @@ -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