Skip to content

Commit 070f224

Browse files
AWSWCommunityAWSWCommunity
authored andcommitted
Bryce and Adine scene transitions
1 parent 962b15b commit 070f224

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

mods/anna_post_true/adine_rpy_scene.rpy

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@ label adine_post_true_entry:
115115
m "When I looked at her we were close enough I could see the stars reflected in her eyes. Suddenly she pulled away."
116116
Ad normal "I guess we should get going."
117117
m "We got up and continued along our path."
118+
scene np4 with dissolve
119+
$ renpy.pause(1.0)
120+
show adine normal with dissolve
118121
Ad "What else would I do in your world?"
119122

120123
menu:
@@ -141,7 +144,10 @@ label adine_post_true_entry:
141144
c "They'll probably say, \"Oh! It's a dragon!\" every time, and you'll know what I felt when I first arrived here."
142145
Ad "Ha! I guess that would get annoying after a while."
143146
c "It wasn't when {i}you{/i} said it."
147+
scene np5e with dissolve
148+
$ renpy.pause(1.0)
144149
m "I hadn't realized it, but we had arrived at my doorstep. I wondered if I should invite her in. I wanted to, but so far she hadn't given me any indication she felt the same way. Luckily she broke the tension."
150+
show adine normal with dissolve
145151
Ad "What are the beaches like in your home?"
146152
c "Not as nice as here, but it's basically the same deal. Why do you ask?"
147153
Ad "One of theses days you'll have to teach me how to build a sandcastle. And we can enter a competition together!"

mods/anna_post_true/bryce_rpy_scene.rpy

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,8 +121,10 @@ label bryce_post_true_entry:
121121

122122
"I'm sure it'll be there in the morning.":
123123
c "If it contains what I think it contains, nobody will touch it."
124-
124+
scene np4 with dissolve
125+
$ renpy.pause(1.0)
125126
m "We were both silent for a while and the only sound was our footsteps. Each of his footfalls was a dull thud like the beat of a drum. He stopped and looked up at the night sky."
127+
show bryce normal with dissolve
126128
Br normal "So it's really going to hit, isn't it? And it's going to kill all of us?"
127129

128130
menu:
@@ -233,7 +235,10 @@ label post_bryce_menu:
233235
if len(post_choice_dict) == 0:
234236
Br "Uh, okay."
235237

238+
scene np5e with dissolve
239+
$ renpy.pause(1.0)
236240
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."
241+
show bryce normal with dissolve
237242
Br "Are you going to invite me in or what?"
238243

239244
menu:

0 commit comments

Comments
 (0)