Skip to content

Commit

Permalink
Fix tankmanpixel icon in Chart Editor
Browse files Browse the repository at this point in the history
  • Loading branch information
Hundrec authored and charlesisfeline committed Jun 25, 2024
1 parent 3bcfd49 commit 1d9f3c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/funkin/play/character/CharacterData.hx
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ class CharacterDataParser
icon = "darnell";
case "senpai-angry":
icon = "senpai";
case "tankman" | "tankman-atlas":
icon = "tankmen";
case "tankman-atlas":
icon = "tankman";
}

var path = Paths.image("freeplay/icons/" + icon + "pixel");
Expand Down

0 comments on commit 1d9f3c4

Please sign in to comment.