Phaser · Sprites
Hero Sprite Sheet for Phaser 3 (AI Preset)
Phaser loves uniform frame widths on a single strip — DesiStudio exports exactly that.
Preset prompt
Pixel-art hero, 48×48, single strip, uniform frames (idle 4, run 6, jump 3, attack 5), transparent background.Try it in DesiStudio →Step-by-step
- 1
Write a locked prompt
Use the preset below — it fixes silhouette, palette and frame count so the AI keeps the hero consistent across every frame.
- 2
Generate a transparent-alpha sheet
DesiStudio exports true alpha PNG (color type 6) — no white halo, ready for engine import.
- 3
Import into Phaser
Drop the PNG into your Phaser project, slice by frame width, and set filter mode to Point (no filter) for pixel art.
- 4
Wire the animator
Create an animation config and reference the sliced frames in order.