From a164919e8eb3409d13bb225cc0e6f0b95446e8e0 Mon Sep 17 00:00:00 2001 From: chai Date: Tue, 23 Oct 2018 14:11:09 +0800 Subject: +animation --- src/libjin/Game/je_entity.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/libjin/Game/je_entity.h') 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 mPosition; + }; /// -- cgit v1.1-26-g67d0