Built-in pixel art editor for creating and editing sprites
The Sprite Editor is a built-in tool for creating and editing 8×8 pixel sprites directly in Nova64 with drawing tools and color palette.
Opens the sprite editor interface.
if (btnp(4)) openSpriteEditor();
Gets pixel data for a sprite.
const spriteData = getSpriteData(0);