brickblock

This commit is contained in:
Oli Passey
2026-02-21 18:12:10 +00:00
parent 22f7b3c4a9
commit 68cf0fcdc3
3 changed files with 149 additions and 8 deletions

View File

@@ -8,6 +8,7 @@ A lightweight, browser-based tool to build a tile library and paint reusable pat
- Support rectangular tiles (multi-cell)
- Pin a floor tile row at the bottom
- Fill any row with a chosen tile
- Apply a brick-block layout across rows
- Auto-save tile library in the browser
- Import/export the tile library as JSON
- Export JSON for handing off to a tiler
@@ -59,5 +60,6 @@ Open `index.html` directly in your browser, or use the optional local server scr
- Shift-click or right click to erase a tile.
- Enable “Floor row” to lock the bottom row to a chosen tile.
- Use “Fill row” to quickly paint a full row with a tile.
- Use “Apply brick” to stagger rows in a brick pattern.
- Tile library changes auto-save to your browser storage.
- If you use image tiles, keep images square for best results.