Skip to content

Commit edc33a1

Browse files
AWSWCommunityAWSWCommunity
authored andcommitted
Add effects for remy scene
1 parent f0e6b70 commit edc33a1

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

mods/anna_post_true/remy_rpy_scene.rpy

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ label remy_post_true_entry:
1515
scene black with fade
1616
$ renpy.pause (1.0)
1717
scene np3 with fade
18+
# TODO: Init music
1819
$ renpy.pause (1.0)
1920

2021
m "The last few hours felt like a dream, or a memory of a dream I had many times before. Izumi was dead, Reza was captured, and both worlds were safe - for now. No doubt it would all make sense in the morning but now I just wanted to get home and get some rest. Remy and I walked back to town from the portal, together."
@@ -27,7 +28,10 @@ label remy_post_true_entry:
2728
Ry "I don't know if it's just me, but it feels better somehow. It feels right."
2829
c "That's good. How are you and Amely doing?"
2930
Ry smile "She finally started talking. It took a few days but once she started she didn't stop. I think she had been silent for so long all her thoughts were bubbling up inside her and they finally burst out. It's funny, sometimes she narrates what I'm doing: \"Remy is opening the cupboard, he's looking inside, now he's getting plates out.\" In an odd way, her voice voice reminds me of..."
31+
scene np4 with dissolve
32+
$ renpy.pause(1.0)
3033
m "Remy trailed off and looked away. The only sound was our footsteps, the even and steady patter of his paws against the gravel. It sounded like someone tapping against a desk while they're waiting for something. When Remy looked back his voice was steady but eyes were bright and glassy."
34+
show remy normal with dissolve
3135
Ry normal "When you go back in time, how far back can you go?"
3236
c "Only as far back as when the Portal was built. And I would need to know the spacetime coordinates of that location."
3337
Ry "What do you mean, coordinates? Does the Portal move?"
@@ -117,7 +121,7 @@ label remy_post_menu1:
117121
118122
"That is the real reason." if joke_response:
119123
Ry "Well, I can't sing, and I've never learned an instrument."
120-
c "You can't come then." # wtf
124+
c "You can't come then."
121125
Ry "Be serious. This is important."
122126
c "I am serious."
123127
$ remy_post_mood -= 2
@@ -163,12 +167,18 @@ label remy_post_menu1:
163167
c "He's creating a story based on humans. I thought if we worked together, he could make it all the more accurate and interesting."
164168
165169
c "But none of those people would be as good as you."
170+
scene np5e with dissolve
171+
$ renpy.pause(1.0)
166172
m "I hadn't realized it, but we had arrived at my doorstep. I wondered if I should invite him in. I wanted to, but so far he hadn't given me any indication he felt the same way. Luckily he broke the tension."
173+
show remy normal with dissolve
174+
Ry "Well, I guess I'll head home now."
167175
168176
menu:
169177
"Okay, bye.":
170178
$ remy_post_mood -= 1
171-
# TODO: easeout anim here
179+
show remy normal flip
180+
$ renpy.pause(0.2)
181+
hide remy with easeoutright
172182
173183
"Would you like to come inside?":
174184
Ry smile "Of course."

0 commit comments

Comments
 (0)