The pixel-perfect code-first game editor made for devs who get it.
Download NowMake sprites like mods using a JSON file:
{
"name": "EvilBoss",
"data": {
"x": 0,
"y": 0,
"hp": 3000,
"attack": "laser"
},
"display_color": [
255.0,
0.0,
0.0
]
}
Templates override values in the file (like setting the name color).