SetImpulse event

This commit is contained in:
viktorljung
2015-09-10 22:43:25 +01:00
parent 32d7693662
commit 71cdd1f795
3 changed files with 27 additions and 3 deletions
+3 -3
View File
@@ -9,11 +9,11 @@ namespace dd
namespace Events
{
struct Contact : Event
struct SetImpulse : Event
{
EntityID Entity;
glm::vec2 Direction;
float Strength;
glm::vec2 Impulse;
glm::vec2 Point;
};
}