Compare commits
No commits in common. "f8a0a9f838bf398a96710a18bfa86ea60de2d968" and "dece967747b3f120a57d9469a62eb74c32496fd0" have entirely different histories.
f8a0a9f838
...
dece967747
5 changed files with 1 additions and 12 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 716 KiB After Width: | Height: | Size: 21 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 56 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 53 KiB |
13
script.rpy
13
script.rpy
|
|
@ -58,9 +58,6 @@ layeredimage irida stiff:
|
||||||
group clothing auto:
|
group clothing auto:
|
||||||
attribute shirt default
|
attribute shirt default
|
||||||
|
|
||||||
image ol neutral = "ol_neutral"
|
|
||||||
image ol scared = "ol_scared"
|
|
||||||
|
|
||||||
# transforms
|
# transforms
|
||||||
transform bouncetransition(duration=0.25):
|
transform bouncetransition(duration=0.25):
|
||||||
easeout(duration / 2) yoffset 5
|
easeout(duration / 2) yoffset 5
|
||||||
|
|
@ -588,9 +585,7 @@ label act2:
|
||||||
|
|
||||||
# door opening, walking, idk any sfx that serve as decent transition
|
# door opening, walking, idk any sfx that serve as decent transition
|
||||||
|
|
||||||
scene receptiondesk with dissolve:
|
scene receptiondesk with dissolve
|
||||||
truecenter
|
|
||||||
zoom 0.7
|
|
||||||
advnarrator "As expected, I'm greeted by a receptionist across the room."
|
advnarrator "As expected, I'm greeted by a receptionist across the room."
|
||||||
advnarrator "The waiting room isn't exactly big, so she can easily beckon me from her desk."
|
advnarrator "The waiting room isn't exactly big, so she can easily beckon me from her desk."
|
||||||
advnarrator "And besides her, I can already see..."
|
advnarrator "And besides her, I can already see..."
|
||||||
|
|
@ -604,13 +599,9 @@ label act2:
|
||||||
null "I'm being good still, right?{w} I'm being quiet..."
|
null "I'm being good still, right?{w} I'm being quiet..."
|
||||||
show null boast smug at bouncetransition
|
show null boast smug at bouncetransition
|
||||||
null "You should be proud!"
|
null "You should be proud!"
|
||||||
show receptiondesk:
|
|
||||||
zoom 0.7
|
|
||||||
ease 3 zoom 1
|
|
||||||
advnarrator "I step forward slowly."
|
advnarrator "I step forward slowly."
|
||||||
advnarrator "I try to play it cool, but really, my eyes dart around the room awkwardly when I try not to look at NULL."
|
advnarrator "I try to play it cool, but really, my eyes dart around the room awkwardly when I try not to look at NULL."
|
||||||
advnarrator "It's hard not to look at her.{w} In a room filled with people, I'd probably still find myself laser focused on her."
|
advnarrator "It's hard not to look at her.{w} In a room filled with people, I'd probably still find myself laser focused on her."
|
||||||
show ol neutral at left with dissolve
|
|
||||||
incidental "May I help you with something?"
|
incidental "May I help you with something?"
|
||||||
show null boast creep at bouncetransition
|
show null boast creep at bouncetransition
|
||||||
null "Well, Irida?{w} May she?"
|
null "Well, Irida?{w} May she?"
|
||||||
|
|
@ -639,7 +630,6 @@ label act2:
|
||||||
show null boast closed at bouncetransition
|
show null boast closed at bouncetransition
|
||||||
advnarrator "I bite my lip, almost finding myself retorting back at NULL out loud."
|
advnarrator "I bite my lip, almost finding myself retorting back at NULL out loud."
|
||||||
irida "S, Sorry...{w} One second, please..."
|
irida "S, Sorry...{w} One second, please..."
|
||||||
show ol neutral at bouncetransition
|
|
||||||
incidental "Take your time.{w} Was it a long way here?"
|
incidental "Take your time.{w} Was it a long way here?"
|
||||||
|
|
||||||
nvl clear
|
nvl clear
|
||||||
|
|
@ -674,7 +664,6 @@ label act2:
|
||||||
null "We must be made of the same stuff."
|
null "We must be made of the same stuff."
|
||||||
null "Just two no-good girls that start nowhere and lead nowhere."
|
null "Just two no-good girls that start nowhere and lead nowhere."
|
||||||
nvlnarrator "I CAN'T FOCUS LIKE THIS SO JUST SHUT UP ALREADY!!!!!!!!{nw}"
|
nvlnarrator "I CAN'T FOCUS LIKE THIS SO JUST SHUT UP ALREADY!!!!!!!!{nw}"
|
||||||
show ol scared at bouncetransition
|
|
||||||
irida "Mrs. ◯◯!!!!!"
|
irida "Mrs. ◯◯!!!!!"
|
||||||
incidental "I'm sorry?!"
|
incidental "I'm sorry?!"
|
||||||
advnarrator "I realize quickly how loud I yelled that out."
|
advnarrator "I realize quickly how loud I yelled that out."
|
||||||
|
|
|
||||||
BIN
script.rpyc
BIN
script.rpyc
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue