Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
chosencharacters committed Jan 1, 2025
1 parent 28f0ecd commit 22c556c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 5 additions & 1 deletion assets/data/entries/credits/credits.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
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
6 changes: 0 additions & 6 deletions source/ui/credits/Credits.hx
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ class Credits extends FlxTypedGroupExt<FlxSprite>

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;
Expand Down

0 comments on commit 22c556c

Please sign in to comment.