diff --git a/audio/bgm/evil.mp3 b/audio/bgm/evil.mp3 new file mode 100644 index 0000000..a906af5 Binary files /dev/null and b/audio/bgm/evil.mp3 differ diff --git a/script.rpy b/script.rpy index b2126c2..dc18e68 100644 --- a/script.rpy +++ b/script.rpy @@ -314,6 +314,7 @@ label act1: advnarrator "Looking down at my hands, I can see..." scene cg_takeover_hands with dissolve + play music evil fadein 4.0 advnarrator "Entrails coil around both my arms, wrapped tightly into helixes." advnarrator "I know well by now they're just in my mind, but still...{w} I feel them." advnarrator "They're disgusting, alive, the feeling is all too convincing, it's so wet, and it won't stop pulsating." @@ -399,8 +400,8 @@ label act1: null "... Oh, that doesn't feel good." irida "Huh?" - # thunk sfx w pause - # also next part should be HEAVY on the sound effects, heaving, gagging, whatever + play sound knocking_a_wall + pause 1.5 nvl show Dissolve(0.5) nvlnarrator "Suddenly thrust back into my body, I fall to my knees." diff --git a/script.rpyc b/script.rpyc index ed0cd45..ea0a8da 100644 Binary files a/script.rpyc and b/script.rpyc differ