Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update red_route.rpy #26

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
45 changes: 42 additions & 3 deletions game/red_route.rpy
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ label red_start:
play music "nature.mp3" fadeout 1

# scene bg cave

scene bg cave

scene start
with slowdissolve

Expand Down Expand Up @@ -48,6 +49,8 @@ is most appropriate. Can you suggest one for him?"

# show first
# with slowdissolve
show first
with slowdissolve


show kavya serious:
Expand All @@ -73,6 +76,7 @@ label question1:

$ menu_flag = True
# hide kavya serious
hide kavya serious
show eileen shock transp:
xalign -0.3
yalign 1.0
Expand All @@ -82,12 +86,20 @@ label question1:
# hide elieen shock transp
# hide eileen shock transp
# with slowdissolve
hide eileen shock transp
hide eileen shock transp
with slowdissolve


# show eileen happy:
# xalign -0.3
# yalign 1.0
# with slowdissolve

show eileen happy:
xalign -0.3
yalign 1.0
with slowdissolve

jump choice1_done

label wrong1:
Expand All @@ -111,6 +123,13 @@ label question1:
# xalign -0.3
# yalign 1.0
# with slowdissolve
hide kavya shock transp
show kavya happy:
xalign -0.3
yalign 1.0
with slowdissolve



scene beforesecond
with slowdissolve
Expand Down Expand Up @@ -153,6 +172,13 @@ label question2:
# xalign -0.3
# yalign 1.0
# with slowdissolve
show eileen happy:
xalign -0.3
yalign 1.0
with slowdissolve

jump choice3_done

jump choice2_done

label wrong2:
Expand Down Expand Up @@ -214,6 +240,10 @@ label question3:
# xalign -0.3
# yalign 1.0
# with slowdissolve
show eileen happy:
xalign -0.3
yalign 1.0
with slowdissolve
jump choice3_done

label wrong3:
Expand Down Expand Up @@ -275,6 +305,10 @@ label question4:
# xalign -0.3
# yalign 1.0
# with slowdissolve
show eileen happy:
xalign -0.3
yalign 1.0
with slowdissolve
jump choice4_done

label wrong4:
Expand Down Expand Up @@ -339,6 +373,11 @@ label question5:
# xalign -0.3
# yalign 1.0
# with slowdissolve
show eileen happy:
xalign -0.3
yalign 1.0
with slowdissolve

jump choice5_done

label wrong5:
Expand Down Expand Up @@ -368,7 +407,7 @@ label question5:

# ... the game continues here.
# set blue to true to indicate blue's ending was completed.
$ persistent.red = True
$ persistent.blue = True
"Let's move to the next level."
return