skin system
How do I create a skin system, please?
the easiest system would be to just create sprites for every skin. if there are multiple customizable pieces of the character, you could draw them seperately. otherwise, the only other way i know of is to use image classes and the setRGB() function but that wont really work for animations or constant sprite changes
Okay, I'll try it, thanks