Entity fixes

This commit is contained in:
2016-02-11 23:50:57 +01:00
parent e473194671
commit 30f454e6a4
2 changed files with 2 additions and 3 deletions
@@ -2,9 +2,7 @@
<Entity name="Explosion" xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd"> <Entity name="Explosion" xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
<Components> <Components>
<c:Animation> <c:Animation/>
<Name>Hold Pos</Name>
</c:Animation>
<c:Lifetime> <c:Lifetime>
<Lifetime>2.5</Lifetime> <Lifetime>2.5</Lifetime>
</c:Lifetime> </c:Lifetime>
+1
View File
@@ -43,6 +43,7 @@
<xs:element ref="c:Shield" minOccurs="0"/> <xs:element ref="c:Shield" minOccurs="0"/>
<xs:element ref="c:Shielded" minOccurs="0"/> <xs:element ref="c:Shielded" minOccurs="0"/>
<xs:element ref="c:CapturePointHUD" minOccurs="0"/> <xs:element ref="c:CapturePointHUD" minOccurs="0"/>
<xs:element ref="c:Sprite" minOccurs="0"/>
</xs:all> </xs:all>
</xs:complexType> </xs:complexType>
</xs:element> </xs:element>