mini_arcade_core.engine.components¶
Engine components for mini-arcade-core.
Classes¶
Module Contents¶
- class mini_arcade_core.engine.components.Sprite2D[source]¶
Simple 2D sprite entity.
- Variables:
texture – The texture ID of the sprite.
- texture: int¶
- class mini_arcade_core.engine.components.Anim2D[source]¶
Simple 2D animation entity.
- Variables:
anim – The animation object.
texture – The cached current frame of the animation.
- texture: int | None = None¶