Skip to main content

brushes

Stars11
Forks2
UpdatedJune 22, 2026 at 04:26

Extract from and build Battle Brothers `.brush` sprite-sheet files with bbrusher (the engine's atlas tool). A `.brush` is an XML manifest pointing at a packed `gfx/<name>.png` atlas; sprites are referenced at runtime by id via `setBrush("sprite_id")` / `getSprite(...).setBrush(...)`. TRIGGER when: vendoring sprites from another mod/the base game into your own brush, building a new `.brush` + atlas PNG, inspecting/extracting sprites from an existing `.brush`, or wiring a custom body/head/hair/socket look (e.g. a Beastform transformation). SKIP: ordinary `gfx/*.png` icons that are not part of a sprite sheet (use the `bb-icons` skill), code-only changes, translations.

Installation

Install with Codex or Claude Copy this prompt, paste it into Codex, Claude, or another assistant, and let it review the skill page and install it for you.

File Explorer
2 files
SKILL.md
readonly