-
Notifications
You must be signed in to change notification settings - Fork 1
MovingSpriteOptions
Alex Kulcsar edited this page Apr 20, 2023
·
1 revision
Configuration for moving sprites.
-
imgs: Image[]
Collection of images for the moving sprites. -
dir: SpriteDirection
A value from theSpriteDirection
enum representing how the images "point." -
mode: SpriteMode
A value from theSpriteMode
enum -
speed: number
Speed at which the sprite will move. -
y: number
Vertical coordinate for sprites in Blank Space mode.