hello file diggers

if you wanna add compatability with this mod to 
you mod you wanna follow these steps

1. make a flat color icon thats 32x32 (preferably in aseprite or libresprite)
2. make sure youre using the srb2 color pallette and choose one of the shades of green (not emerald green)
3. once youve made it make sure to save and put it somewhere in your pc
4. make a folder called "Graphics" and another one inside that called "HUD"
4.5. make another folder inside "HUD" called "Life Icons" (optional)
5. drag the icon you made earlier into the folder ("HUD" or "Life Icons")
6. right click on it and click "Graphic" and "Convert To"
7. make sure the color pallettes are "Sonic Robo Blast 2" and convert the image
8. name the icon your character's skin name in all caps (for example "fyrid" would now be "FYRID")
9. make a lua script (or use an existing one) and add "p.XCellCharacter = true" (or "player.XCellCharacter") 
in a "PlayerThink" or "ThinkFrame" hook
10. you should be done!!!!!!!!!!!!!

have fun

credit me (or the original code author) for any code you use