Skip to content

Commit

Permalink
Merge pull request #637 from FunkinCrew/hundrec/tankman-chart-editor-fix
Browse files Browse the repository at this point in the history
[PUBLIC PR] Fix tankmanpixel icon in Chart Editor
  • Loading branch information
ninjamuffin99 authored Jun 27, 2024
2 parents 69a9a45 + 08d35eb commit dd30012
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 dd30012

Please sign in to comment.