Create Assets

Design your own assets from simple shapes—turn them into monsters, robots, UFOs, or boss enemies for our games such as shooting.

🎯 Step 1 — Create Your Assets

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.

🧱 Step 2 — Add Layers with Different Shapes

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

📦 Step 3 — Generate Asset Blueprint (JSON)

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 }
      ]
    }
  ]
}

📷 Step 4 — Save as Image

Use Save Image to download your asset as a PNG — perfect for sharing, uploading to the gallery, or using in your games.

🚀 Coming Soon

Assets can be anything — not just shapes.

🌲 🧟‍♂️ 🚀 🛸 👹 🤖 🐾 🎯 🌋 🧱 🔥

― trees, monsters, robots, UFOs, boss enemies, spaceships, animals, training targets, and more.