diff options
author | chai <chaifix@163.com> | 2018-10-23 14:11:09 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-10-23 14:11:09 +0800 |
commit | a164919e8eb3409d13bb225cc0e6f0b95446e8e0 (patch) | |
tree | 4f78bac83bf050914689afed2b6a257339038709 /src/libjin/Game/je_entity.h | |
parent | 549a6121f04139c7a2d400da99c69ccdcc5e919b (diff) |
+animation
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; + }; /// |