1
0
Fork 0
mirror of https://github.com/ninjamuffin99/Funkin.git synced 2024-12-24 14:16:56 +00:00

Fix tankmanpixel icon in Chart Editor

This commit is contained in:
Hundrec 2024-06-25 18:07:09 -04:00 committed by GitHub
parent 9908f973cf
commit 08d35eb00d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -305,8 +305,8 @@ class CharacterDataParser
icon = "darnell"; icon = "darnell";
case "senpai-angry": case "senpai-angry":
icon = "senpai"; icon = "senpai";
case "tankman" | "tankman-atlas": case "tankman-atlas":
icon = "tankmen"; icon = "tankman";
} }
var path = Paths.image("freeplay/icons/" + icon + "pixel"); var path = Paths.image("freeplay/icons/" + icon + "pixel");