provaengine ~master (2022-05-08T15:19:44.1677855)
Dub
Repo
GridSpriteSheet
prova
assets
sprites
gridspritesheet
Uses a grid of sprites
class
GridSpriteSheet : SpriteSheet {
this
(string path, int cols, int rows, float defaultDuration);
void
createAnimation
(string name, int start, int count);
}
Constructors
this
this
(string path, int cols, int rows, float defaultDuration)
Members
Functions
createAnimation
void
createAnimation
(string name, int start, int count)
Meta
Source
See Implementation
prova
assets
sprites
gridspritesheet
classes
GridSpriteSheet
Uses a grid of sprites