Log inGet started

pixelTemplate (asset type)

A saved, reusable pixel-art sheet. A <name>.pixelTemplate/ folder asset carries a JSON payload template.pixbin (width, height, pixelSize, plane, palette, the flat pixel array, and — for animated…

Authoring paths: PixelCanvas:saveAsTemplate(name) / Pixel.saveAsTemplate(...). Instantiation: Pixel.fromTemplate(name, opts) copies (bakes) the payload into a fresh canvas — there is no live link, so editing an instance never touches the template.

  • asset-type
  • reference