3#include <2d/spritesheet.h>
32 std::map<std::string, MSpriteSheet*> animMapping;
This class holds the relationship between SpriteSheets and Animation name. Needs to be created using ...
Definition animationmap.h:10
MSpriteSheet * getDefault()
get the default spritesheet for animation
static MAnimationMap * loadMap(std::string fileName)
Loads an AnimationMap from a file.
MSpriteSheet * getAnim(std::string name)
get the sprite-sheet for animation to play
An Entity is the base class for all data and behaviour oriented objects in meteor....
Definition entity.h:9
This class holds the Rects within a texture that form an Animation.
Definition spritesheet.h:9