diff options
Diffstat (limited to 'src/libjin/Game/je_entity.h')
-rw-r--r-- | src/libjin/Game/je_entity.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/libjin/Game/je_entity.h b/src/libjin/Game/je_entity.h index d67a71f..9dda4d9 100644 --- a/src/libjin/Game/je_entity.h +++ b/src/libjin/Game/je_entity.h @@ -61,6 +61,11 @@ namespace JinEngine bool mIsVisible; // if the entity is visible or not bool mIsActive; // if the entity is joined into the logic + /// + /// Position of entity. + /// + Math::Vector2<float> mPosition; + }; /// |