(200 × 240px) — sprite sheet 4 cols × 4 rows agent secret← frame 0 (50px) →
← 4 frames = 200px →frame w = 200/4 = 50px
frame h = 240/4 = 60pxLigne 0 → droite
y = 0 × 60 = 0
Ligne 1 → gauche
y = 1 × 60 = 60
Ligne 2 → haut (saut)
y = 2 × 60 = 120
Ligne 3 → bas
y = 3 × 60 = 180
posSprite.y = direction × 60
posSprite.x += 50 chaque tick pixel art

Generated Sprite Artwork

"(200 × 240px) — sprite sheet 4 cols × 4 rows agent secret← frame 0 (50px) → ← 4 frames = 200px →frame w = 200/4 = 50px frame h = 240/4 = 60pxLigne 0 → droite y = 0 × 60 = 0 Ligne 1 → gauche y = 1 × 60 = 60 Ligne 2 → haut (saut) y = 2 × 60 = 120 Ligne 3 → bas y = 3 × 60 = 180 posSprite.y = direction × 60 posSprite.x += 50 chaque tick pixel art"

Sprite ArtAI GeneratedGame Asset