We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd0658 commit b2815aeCopy full SHA for b2815ae
game/story/endings/ending_attack.rpy
@@ -2,7 +2,7 @@ label ending_attack:
2
3
play music "music/oasis/intro1.ogg" fadein 0.5 volume 0.5
4
5
- play sound "voice/ryohei/uh.ogg"
+ voice "voice/ryohei/uh.ogg"
6
eden "{i}What?"
7
8
play music "music/oasis/intro2.ogg" volume 0.5
game/story/sessions/session1.rpy
@@ -88,7 +88,7 @@ label session1_prestudio:
88
89
show ryohei neutral with dissolve
90
91
- play sound "voice/ryohei/hey.ogg" volume 0.7
+ voice "voice/ryohei/hey.ogg"
92
ryohei "Eden!"
93
94
"He had a warm practiced smile,{w=0.1} and said my name like he knew I would come."
0 commit comments