33 std::vector<Texture> animated_sprite_texture;
34 long unsigned int frame_cpt;
35 long unsigned int n_frame;
AnimatedSprite()
Definition animatedSpriteClass.cpp:9
std::vector< Texture > & getSpriteSheet()
renvoie la liste de texture
Definition animatedSpriteClass.cpp:50
bool update()
Met a jour les particules.
Definition animatedSpriteClass.cpp:31
Sprite(Texture nTexture, Vector2f nPos, Vector3i nRGB, Vector2f nOrigin, float nRotation, float nAlpha)
Definition spriteClass.cpp:16
Definition bbopMathClass.h:38