You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FlippableAnimation::FlippableAnimation(const std::string name_, sf::Sprite **spr, int frame_nr, sf::Time length, int height, int width, int x, int y):Animation(name_, spr, frame_nr, length, x, y), height(height), width(width)