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..caf7a0b 100644 --- a/script.rpy +++ b/script.rpy @@ -1124,6 +1124,10 @@ 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, 1.0, 0) label epilogue: advnarrator "AAAAAAAAA" \ No newline at end of file diff --git a/script.rpyc b/script.rpyc index ce91301..aece897 100644 Binary files a/script.rpyc and b/script.rpyc differ