diff --git a/images/bg/receptiondesk.png b/images/bg/receptiondesk.png new file mode 100644 index 0000000..23378f7 Binary files /dev/null and b/images/bg/receptiondesk.png differ diff --git a/images/cg/cg_meeting_end.png b/images/cg/cg_meeting_end.png new file mode 100644 index 0000000..541b2aa Binary files /dev/null and b/images/cg/cg_meeting_end.png differ diff --git a/images/cg/cg_vomit.png b/images/cg/cg_vomit.png new file mode 100644 index 0000000..b0126ea Binary files /dev/null and b/images/cg/cg_vomit.png differ diff --git a/script.rpy b/script.rpy index 8b3ca50..25c7b03 100644 --- a/script.rpy +++ b/script.rpy @@ -1125,7 +1125,7 @@ label finale: 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) + show title with Fade(0, 0.2, 4.0) pause 2.0 scene black with Fade(4.5, 3.0, 0) @@ -1139,7 +1139,7 @@ label epilogue: 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 with bouncetransition + show null boast smugopen at 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!" @@ -1151,9 +1151,9 @@ label epilogue: show null boast smug at left with dissolve null "Because your life is just oh, so hard, right?" null "Poor Irida with her stable job, enough money to feed herself every day, and can't forget her cozy apartment..." - show null boast thinking with bouncetransition + show null boast thinking at bouncetransition null "If you're telling me even this cushy little life is too much for you..." - show null boast creep with bouncetransition + show null boast creep at bouncetransition null "Then maybe you're just better off dead!" irida "..." hide null boast with Fade(1.5, 1.0, 0) diff --git a/script.rpyc b/script.rpyc index 9569c63..1b516f2 100644 Binary files a/script.rpyc and b/script.rpyc differ