From 22c556c9876ac26458dd1d494874e7652f40e2d9 Mon Sep 17 00:00:00 2001 From: chosencharacters Date: Wed, 1 Jan 2025 14:01:05 -0500 Subject: [PATCH] . --- assets/data/entries/credits/credits.txt | 6 +++++- source/ui/credits/Credits.hx | 6 ------ 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/assets/data/entries/credits/credits.txt b/assets/data/entries/credits/credits.txt index f1d1c76d..2726de7a 100644 --- a/assets/data/entries/credits/credits.txt +++ b/assets/data/entries/credits/credits.txt @@ -206,4 +206,8 @@ Dark Paco ...and you! -All events as portrayed in Tankmas 2024 are truthful and canon. All persons, living or dead, are real people with real feelings and you should feel bad if you made fun of them. Especially the box. \ No newline at end of file +All events as portrayed in Tankmas 2024 are truthful and canon. All persons, living or dead, are real people with real feelings and you should feel bad if you made fun of them. Especially the box. + +And now... +Rest! +"I'm gonna go fishing" - Squidly, 2025 \ No newline at end of file diff --git a/source/ui/credits/Credits.hx b/source/ui/credits/Credits.hx index 8c577f25..63738316 100644 --- a/source/ui/credits/Credits.hx +++ b/source/ui/credits/Credits.hx @@ -18,16 +18,10 @@ class Credits extends FlxTypedGroupExt var credits_duration_in_seconds:Int = 60 * 2 + 30; - var lvl:TankmasLevel; - public function new(bg_x:Float, bg_y:Float) { super(); - for (lvl in PlayState.self.levels) - if (lvl.level_name.contains("pinnacle")) - this.lvl = lvl; - FlxG.state.add(this); var bg_x:Float = FlxG.camera.minScrollX;