Stop wiring Godot 4 terrain bits by hand.
Blobsmith does it in one click.

Draw 6 base tiles → get the full 47-tile blob autotile sheet plus a Godot 4 TileSet (.tres) with the terrain set, all peering bits and optional collisions already configured. Drop two files in your project and paint.

Get Blobsmith on itch.io
$9.95 · free Lite below
Try free in your browser
no install, no sign-up
Free Godot addon (wirer)
MIT, on GitHub

🎨 Pixel editor + live playground

Draw the 6-tile base block (RPG Maker A2-style) or import a PNG, then paint terrain and watch the autotiling resolve in real time — before exporting anything.

🤖 Godot 4 export that just works

The .tres arrives wired: terrain set, peering bits on all 47 tiles, full-square collisions if you want them. Verified against Godot 4.7 stable by an automated suite that runs the real engine.

🗺️ Tiled + PNG too

Complete wang set in a .tsx for Tiled, or the plain 47-blob PNG tilesheet (8 columns, mask-ascending) for any engine.

🔌 Offline & yours

A single HTML file that runs locally. Your art never leaves your machine, and everything you export derives 100% from your own pixels — no AI-generated art.

How it works

  1. Draw or import the 2×3 base block: inner corners, island, and the big 2×2 (corners/edges/center) — 6 tiles of actual art.
  2. Preview in the playground: paint terrain, carve holes, check every transition.
  3. Export: Godot 4 pack (.tres + .png), Tiled pack (.tsx + .png), or PNG only. In Godot: add a TileMapLayer, set the TileSet, paint in the Terrains tab.

Also from the studio

🔍 LocGuard — localization QA for Godot 4

Catch untranslated strings, placeholder drift and broken BBCode before your players do. In-editor dock + CLI + CI gate, every rule verified against the real engine. LocGuard Pro on itch.io · free MIT CLI · Godot showing the key instead of the translation? paste your CSV and find out why

🧩 Pixel Logic — 100 printable nonograms

A print-and-play book of 100 hand-made picross puzzles, every one machine-proved to be solvable by pure logic with exactly one solution — no guessing. PDF, 5×5 up to 20×20. Pixel Logic on itch.io · 10 free printable nonograms · how to solve nonograms, step by step · for teachers: a 17-page pack, ten sheets in the order to hand them out · play them in your browser · solver: paste your clues, get the picture · checker: draw one, find out if it needs a guess · play 5 of them free in your browser

Passatempos para imprimir (em português)

Livros em PDF A4, download imediato, com gabarito — vendidos na Hotmart, em reais e com os meios de pagamento brasileiros. Cada jogo é gerado e conferido por script antes de entrar no livro.

🧩 Pixel Logic — 100 Nonogramas com Figura

Edição em português do livro de nonogramas: 100 quebra-cabeças de 5×5 a 20×20, cada um provado por máquina como resolvível só na lógica e com solução única. Guia do zero na primeira página e gabarito com o nome de cada figura. 115 páginas. Ver na Hotmart · 10 nonogramas grátis para imprimir · como resolver, passo a passo · jogar 10 nonogramas grátis no navegador · gerador: desenhe a sua figura e imprima o jogo com gabarito

🇧🇷 Caça-Palavras do Brasil — 100 Jogos Temáticos

100 caça-palavras temáticos sobre o Brasil, com gabarito. Todas as palavras conferidas por script na montagem da grade. PDF A4 para imprimir quantas vezes quiser (uso pessoal). Ver na Hotmart · 6 jogos grátis para imprimir · 6 em letra grande · plano semanal de 7 folhas, com ficha de registro, e como aplicar em grupo com idosos · gerador: monte a folha com as palavras do seu grupo · gerador para a sala de aula: as palavras da sua aula, em 3 níveis · jogar online no navegador

🔢 Sudoku — gerador e verificador grátis

Peguei um sudoku de um PDF, de jornal ou de um gerador qualquer: ele tem uma resposta só? Digite a grade e o verificador responde — solução única (com o nível medido pela técnica exigida), mais de uma solução (mostrando as duas respostas diferentes lado a lado), nenhuma solução, ou um dígito repetido na mesma linha, coluna ou bloco. É o mesmo motor que prova os puzzles dos nossos livros — e o que escava os jogos novos do gerador. gerador: escolha o nível e imprima com gabarito · verificador: essa grade tem uma resposta só? · 8 sudokus grátis para imprimir

Why 47 tiles and not 256?

Because a corner peering bit only counts when both adjacent side bits are set — a rule we put to Godot 4.7 all 256 times, and the page shows you the answers: click a neighbourhood and see the tile the engine picks with the exact terrains_peering_bit lines it needs, or paste your TileSet and get the missing tiles listed — the holes the engine fills silently with the wrong tile.

Already have a 47-tile sheet?

Use the free Blobsmith Autotile Wirer addon — it turns any sheet in this layout into a wired TileSet from inside the Godot editor. MIT-licensed, tested headless against Godot 4.7.

Generating tilemaps from outside the editor?

A painted TileMapLayer stores every cell in one undocumented property, tile_map_data, which reaches your .tscn as a wall of integers. We decoded it, and the page decodes yours — paste the PackedByteArray and get the cell table back, or build a buffer from a cell table. Every rule measured against Godot 4.7, including the erased cells that leave a 12-byte tombstone behind and make the cell count a lie.