Here's the deal. In my game, I'm going to need to change the colors of various objects at many points, both permanently and temporarily.
The best way to do this is to do it like in the old fighting games with Player 2 colors. The sprite is exactly the same, it just loads a different palette to go with the sprite.
This is optimal both on my end, as it would mean less sprites for me to take into account, and on the user's end, as it would mean less loading time.
So, is there any way for C2 to load palette files and apply them to sprites? Some plugin that does it? Or is it simply impossible right now with HTML5? Any answer would be great.