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/script.rpy b/script.rpy index caf7a0b..530be81 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..." @@ -1127,7 +1127,7 @@ label finale: pause 1.0 show title with Fade(0, 0.2, 3.0) pause 2.0 - scene black with Fade(4.5, 1.0, 0) + scene black with Fade(4.5, 3.0, 0) label epilogue: advnarrator "AAAAAAAAA" \ No newline at end of file diff --git a/script.rpyc b/script.rpyc index aece897..9569c63 100644 Binary files a/script.rpyc and b/script.rpyc differ