Info:
Windows x86
Version 1.4.2 of Kade Engine
Recently after adding some new songs into my mod, the icons shown on the freeplay menu no longer match that of the character in the song; the only ones that do match are the week 1 songs, but the tutorial and week 2 songs do not.
It was working until I added in the new week 2 songs.
In terms of coding:
-Songs are stated in FreeplayState.hx with the character cases
-The custom characters have properly defined icons in Healthicon.hx which work ingame
-All icons are in iconGrid.png and work ingame
-The json files for the song difficulties all match up, stating what characters are there, and all working ingame.
As far as I am aware with my coding knowledge, everything is lined up and matching fine, especially since all ingame works fine, its just these icons.
I did everything the same as I did when adding the custom songs and characters for my mod's week 1 (ADDING NEW ASSETS AND CODES, not replacing), but now this time, it has broken.
The issue:

All works ingame:

Icons also don't line up in debug menu, even though the character of 'ftfreddy' is clearly stated (it's just using dads icon, set to be normal 'freddy')

If this is a really simple fix, then I apologise for my stupidity, but I have found nothing on how to fix it nor do I have enough coding knowledge to look too deep into the more complicated parts of the code.
Info:
Windows x86
Version 1.4.2 of Kade Engine
Recently after adding some new songs into my mod, the icons shown on the freeplay menu no longer match that of the character in the song; the only ones that do match are the week 1 songs, but the tutorial and week 2 songs do not.
It was working until I added in the new week 2 songs.
In terms of coding:
-Songs are stated in FreeplayState.hx with the character cases
-The custom characters have properly defined icons in Healthicon.hx which work ingame
-All icons are in iconGrid.png and work ingame
-The json files for the song difficulties all match up, stating what characters are there, and all working ingame.
As far as I am aware with my coding knowledge, everything is lined up and matching fine, especially since all ingame works fine, its just these icons.
I did everything the same as I did when adding the custom songs and characters for my mod's week 1 (ADDING NEW ASSETS AND CODES, not replacing), but now this time, it has broken.
The issue:



All works ingame:
Icons also don't line up in debug menu, even though the character of 'ftfreddy' is clearly stated (it's just using dads icon, set to be normal 'freddy')
If this is a really simple fix, then I apologise for my stupidity, but I have found nothing on how to fix it nor do I have enough coding knowledge to look too deep into the more complicated parts of the code.