I see in API all constructor method, i tried all constructor but i don't know,
i can't instancy a new Entity(EntityCollidable) or new Entity(EntityShape).
when i try
Code: Select all
Entity myCharacter = new Entity(new new EntityCollidable(???)));
i have same result for EntityShape...
Thanks for help, Emre