Added two new particle sprites.

This commit is contained in:
Stiffly
2015-10-08 18:19:15 +02:00
parent 51cc45fbf0
commit 143bff2d9e
9 changed files with 86 additions and 13 deletions
+1
View File
@@ -19,6 +19,7 @@ struct Contact : Event
{
EntityID Entity1;
EntityID Entity2;
glm::vec2 IntersectionPoint;
glm::vec2 Normal;
glm::vec2 SignificantNormal;
};