GameBro logo

๐ŸŽฎ GameBro Studio

The pixel-perfect code-first game editor made for devs who get it.

Download Now

๐Ÿ”ฅ Features

๐Ÿ“ What It Exports

See this article

๐Ÿงพ JSON Sprites

Make 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).

โฌ‡๏ธ Download

Visit GitHub Download ZIP