Design your own assets from simple shapes—turn them into monsters, robots, UFOs, or boss enemies for our games such as shooting.
Select a basic shape block (Circle, Triangle, Square, Hexagon, Star), then draw freely on the canvas. Your path will be converted into evenly spaced shape blocks automatically — no need to click any extra buttons.
Each time you draw with a different shape, it becomes a new layer.
• Circle — Body, core, eyes, center
• Triangle — Wings, spikes, claws
• Square / Hexagon — Armor, shield, structure
• Star — Magical energy, glowing points, boosters
Click Generate Asset JSON to export your design as a blueprint file.
Each shape instance stores:
• Shape type
• Position (x, y)
• Rotation angle
• Layer grouping
{
"layers": [
{
"shape": "triangle",
"instances": [
{ "x": 120, "y": 200, "angle": 0.52 },
{ "x": 140, "y": 230, "angle": 0.97 }
]
}
]
}
Use Save Image to download your asset as a PNG — perfect for sharing, uploading to the gallery, or using in your games.
Assets can be anything — not just shapes.
🌲 🧟♂️ 🚀 🛸 👹 🤖 🐾 🎯 🌋 🧱 🔥
― trees, monsters, robots, UFOs, boss enemies, spaceships, animals, training targets, and more.