|
|
Bomberman Multiplayer
Authoritative multiplayer networking layer for Bomberman.
|
Animation part for clipping. More...
#include <Animation.h>
Public Member Functions | |
| AnimationEntity (const unsigned int posX, const unsigned int posY, const unsigned int w, const unsigned int h) | |
| Construct a new Animation Entity object. | |
Public Attributes | |
| unsigned int | positionX = 0 |
| unsigned int | positionY = 0 |
| unsigned int | width = 0 |
| unsigned int | height = 0 |
Animation part for clipping.
|
inline |
Construct a new Animation Entity object.
| posX | |
| posY | |
| w | |
| h |