Tools · Palette and pixels · Particles and FX
Sprite Sheet
Cut a sheet into frames, pack them into a new one, and copy a Godot SpriteFrames file.
You have an uneven sheet or a folder of frames and want a tidy sheet plus SpriteFrames for an AnimatedSprite2D.
This version
Synced 2026-09-27 from commit a5f9748.
- ·New sample image, made from Kenney's public domain art
Cut a sheet by a grid (cell size, margin, spacing; empty cells are skipped) or by the transparent gaps between sprites. Or load the frames as separate images: they sort by name the way a person would, and you can reorder or remove them.
It packs the frames into equal cells with padding and a column count, lined up by centre, bottom or top left. Copy the SpriteFrames .tres: one looping animation at your FPS, each frame an AtlasTexture region of the packed PNG. Checked in Godot 4: every region holds its frame's pixels.