1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-11-15 11:22:55 +00:00

Merge pull request #637 from FunkinCrew/hundrec/tankman-chart-editor-fix

[PUBLIC PR] Fix tankmanpixel icon in Chart Editor
This commit is contained in:
Cameron Taylor 2024-06-26 20:41:24 -04:00 committed by GitHub
commit dd30012d80
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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");