Compare commits
3 commits
edb9da1d96
...
3a3e56b423
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a3e56b423 | |||
| d191bca3f3 | |||
| 26d6aabdeb |
BIN
images/bg/bathroom.png
Normal file
|
After Width: | Height: | Size: 475 KiB |
|
Before Width: | Height: | Size: 534 KiB After Width: | Height: | Size: 605 KiB |
BIN
images/bg/kitchen.png
Normal file
|
After Width: | Height: | Size: 444 KiB |
BIN
images/bg/kitchenfloor.png
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
images/bg/street.png
Normal file
|
After Width: | Height: | Size: 976 KiB |
BIN
images/bg/street_night.png
Normal file
|
After Width: | Height: | Size: 870 KiB |
BIN
images/fx/title.png
Normal file
|
After Width: | Height: | Size: 81 KiB |
20
script.rpy
|
|
@ -568,7 +568,7 @@ label act2:
|
|||
advnarrator "It's always busy, and it's close enough that I can see the building as I'm crossing."
|
||||
advnarrator "Knowing I've nearly made it there, I exhale."
|
||||
advnarrator "My legs hurt already..."
|
||||
scene buildingfront with dissolve
|
||||
scene street with dissolve
|
||||
irida "Haahh...{w} Here we are."
|
||||
advnarrator "Right.{w} Just walking here was easy enough, but now comes the really tough part."
|
||||
advnarrator "It's time to talk with some people..."
|
||||
|
|
@ -1124,6 +1124,22 @@ label finale:
|
|||
irida "NULL...{w} Just.{w} Just..."
|
||||
scene black with Fade(1.0, 0.5, 0)
|
||||
irida "Just stop already."
|
||||
pause 1.0
|
||||
show title with Fade(0, 0.2, 3.0)
|
||||
pause 2.0
|
||||
scene black with Fade(4.5, 3.0, 0)
|
||||
|
||||
label epilogue:
|
||||
advnarrator "AAAAAAAAA"
|
||||
scene street_night with Fade(0.0, 0.3, 1.5)
|
||||
advnarrator "I've come to really appreciate the little coincidences in life."
|
||||
advnarrator "The ones that make it easier, anyway."
|
||||
advnarrator "The way to my new workplace wasn't too dissimilar to the one that came before, so I made short work of memorizing it."
|
||||
advnarrator "Though now I prefer avoiding the intersection."
|
||||
scene black with Fade(2.0, 1.5, 0)
|
||||
show null boast smug at right with dissolve
|
||||
null "Scared you'll run into someone else killable, I take it?"
|
||||
null "But really, I do get it..."
|
||||
show null boast smugopen at right with bouncetransition
|
||||
null "Anyone with a mind as frail as yours would be better off avoiding anything that could upset them, right?"
|
||||
null "Even just a little..."
|
||||
null "Poor, fragile Irida would just crumble remembering the time she killed someone in her mind!"
|
||||