Added bool in Physics to toggle gravity for entities.

This commit is contained in:
William Moberg
2016-01-18 18:16:24 +01:00
parent bf3f8aea89
commit b2358a1854
3 changed files with 5 additions and 1 deletions
+1
View File
@@ -10,6 +10,7 @@
<xs:complexType>
<xs:all>
<xs:element name="Velocity" type="t:Vector" minOccurs="0"/>
<xs:element name="Gravity" type="t:bool" minOccurs="0"/>
</xs:all>
</xs:complexType>
</xs:element>