Components class
Some class for components
AnimationComponent || AnimationOneTimeComponent
class AnimationComponent {
public:
AnimationComponent(){}
private:
};
class AnimationOneTimeComponent {
public:
AnimationOneTimeComponent(){}
size_t _frame;
};MovableComponent
class MovableComponent {
public:
MovableComponent(){}
private:
};ButtonComponent
ControllableComponent
LoadingBarComponent
MusicComponent
ParallaxComponent
ParticuleComponent
PositionComponent
RectangleShapeComponent
ScaleComponent
SoundComponent
SpriteComponent
TextComponent
TextureRectComponent
VelocityComponent
Last updated