diff --git a/images/bg/bathroom.png b/images/bg/bathroom.png new file mode 100644 index 0000000..baa2230 Binary files /dev/null and b/images/bg/bathroom.png differ diff --git a/images/bg/intersection.png b/images/bg/intersection.png index 2865a44..289a150 100644 Binary files a/images/bg/intersection.png and b/images/bg/intersection.png differ diff --git a/images/bg/kitchen.png b/images/bg/kitchen.png new file mode 100644 index 0000000..6b87ec7 Binary files /dev/null and b/images/bg/kitchen.png differ diff --git a/images/bg/kitchenfloor.png b/images/bg/kitchenfloor.png new file mode 100644 index 0000000..e9bec50 Binary files /dev/null and b/images/bg/kitchenfloor.png differ diff --git a/images/bg/street.png b/images/bg/street.png new file mode 100644 index 0000000..eae1d63 Binary files /dev/null and b/images/bg/street.png differ diff --git a/images/bg/street_night.png b/images/bg/street_night.png new file mode 100644 index 0000000..d57d09d Binary files /dev/null and b/images/bg/street_night.png differ diff --git a/images/fx/title.png b/images/fx/title.png new file mode 100644 index 0000000..050be2e Binary files /dev/null and b/images/fx/title.png differ diff --git a/script.rpy b/script.rpy index 478543c..23226ed 100644 --- a/script.rpy +++ b/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" \ No newline at end of file + 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!" \ No newline at end of file diff --git a/script.rpyc b/script.rpyc index ce91301..9569c63 100644 Binary files a/script.rpyc and b/script.rpyc differ