Pulsate system implemented.

This commit is contained in:
FakeShemp
2016-03-01 23:05:27 +01:00
parent fcf5117952
commit 3ba73b8206
3 changed files with 16 additions and 5 deletions
@@ -14,4 +14,6 @@
<!--<ReverseAnimation>0</ReverseAnimation>-->
<!--<Wireframe>0</Wireframe>-->
<ExponentialAccelaration>0</ExponentialAccelaration>
<Pulsate>0</Pulsate>
<Reverse>0</Reverse>
</ExplosionEffect>
@@ -51,6 +51,12 @@
<xs:element name="ExponentialAccelaration" type="t:bool" minOccurs="0">
<xs:annotation><xs:documentation>Linear/Exponential accelaration</xs:documentation></xs:annotation>
</xs:element>
<xs:element name="Pulsate" type="t:bool" minOccurs="0">
<xs:annotation><xs:documentation>Pulsate the effect</xs:documentation></xs:annotation>
</xs:element>
<xs:element name="Reverse" type="t:bool" minOccurs="0">
<xs:annotation><xs:documentation>Reverse the effect</xs:documentation></xs:annotation>
</xs:element>
</xs:all>
</xs:complexType>
</xs:element>