Skip to content

Commit b2815ae

Browse files
fix(story): fix voices
1 parent bcd0658 commit b2815ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

game/story/endings/ending_attack.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ label ending_attack:
22

33
play music "music/oasis/intro1.ogg" fadein 0.5 volume 0.5
44

5-
play sound "voice/ryohei/uh.ogg"
5+
voice "voice/ryohei/uh.ogg"
66
eden "{i}What?"
77

88
play music "music/oasis/intro2.ogg" volume 0.5

game/story/sessions/session1.rpy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ label session1_prestudio:
8888

8989
show ryohei neutral with dissolve
9090

91-
play sound "voice/ryohei/hey.ogg" volume 0.7
91+
voice "voice/ryohei/hey.ogg"
9292
ryohei "Eden!"
9393

9494
"He had a warm practiced smile,{w=0.1} and said my name like he knew I would come."

0 commit comments

Comments
 (0)