provaengine v0.2.0-alpha (2018-03-19T00:32:13Z)
Dub
Repo
GridSpriteSheet
prova
graphics
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)
Undocumented in source. Be warned that the author may not have intended to support it.
Meta
Source
See Implementation
prova
graphics
sprites
gridspritesheet
classes
GridSpriteSheet
Uses a grid of sprites