So, what's this? This is an engine for battle games (the kind with a lot of people fighting each other) and an engine for accurate sprites layers (to order who should be in front, and who should be in the back.) I might do a game with this engine, but that's not sure yet so only the future will tell. There's not much to do since it's only an engine, but you can click on icons at the top to spawn new npc's, or the middle icon to delete them all. Tips if you plan on remixing (and doing more than just reskinning) : - Duplicate an existing npc depending on which side you want your unit to be, so you won't have to copy-past everything. - Damages are based on certain color, make sure to give your attack a color in order to actually do damage (look at most units smear frame). If you wanna make an attack with different damages, you'll have to make a new color, and make sure opponent can react when touching it. - Try to change (or not) the behavior of your npc to make them more unique, and not just changing the stats.