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;