Sprites - Pixelize
import { SpriteAnimation } from "pixelize-engine";
SpriteAnimation
s are objects that keep track of animations. They are created with animation
, and are drawn with Game.sprite
.
import { SpriteAnimation } from "pixelize-engine";
SpriteAnimation
s are objects that keep track of animations. They are created with animation
, and are drawn with Game.sprite
.