Overview
Saves a TilePalette's references and layout, pinning the referenced assets into the project's content-addressed snapshots.
Usage tips
- Connect the palette to
tile_palette, and chooseOverwriteorCreateIfMissingwhen saving with the project. - Snapshots are stored without duplicates under
assets/tiles/snapshots/<contentHash>.pxntile, andindex.jsonis updated. - Unresolved requirements are retained as refs-only entries with a warning. Only resolved assets are embedded in snapshots, so references are not lost while the exact asset is unavailable.
Common pitfalls
- When an exact asset is unresolved, inspect the warning. The palette can still be saved, but that asset has no bundled snapshot and must be restored before use in another environment.
- Handing someone only the
.pxntilepalettefile does not include the asset bodies — distribute the project assets along with it.
Related nodes
tile_palette_loadtile_asset_savetile_canvas_save