You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: game/story/endings/ending_attack.rpy
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ label ending_attack:
30
30
pause0.5
31
31
scene cg ryohei kneel 2with dissolve
32
32
33
-
playsound"sfx/thud.ogg" volume 0.7
33
+
playsound thud volume 0.7
34
34
ryohei "{sc}What?"
35
35
36
36
eden "!!"
@@ -90,7 +90,7 @@ label ending_attack:
90
90
91
91
"The room trembled beneath his cries."
92
92
93
-
playsound"sfx/stab.ogg"
93
+
playsound stab
94
94
95
95
scene cg ending struggle at slight_shake
96
96
@@ -109,7 +109,7 @@ label ending_attack:
109
109
110
110
scene black
111
111
112
-
playsound"sfx/thud.ogg" volume 0.7
112
+
playsound thud volume 0.7
113
113
114
114
"He barrelled backwards into the table,{w=0.1} knocking chairs and vases over as he fell with a loud thud."
115
115
@@ -148,7 +148,7 @@ label ending_attack:
148
148
voice"voice/eden/exhale.ogg"
149
149
ryohei "{cps=5}Shh..."
150
150
151
-
playsound"sfx/fire.ogg" fadein 0.5
151
+
playsound fire fadein 0.5
152
152
153
153
"Around us,{w=0.1} the candles fell into a dim glow,{w=0.1} until a cold chill snuffed their lights completely."
154
154
"I looked up to see veins of black and red chunks start to pour thinly from the walls,{w=0.1} slithering like snakes towards the floor,{w=0.1} and towards me."
0 commit comments