19 lines
588 B
XML
19 lines
588 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
|
<Entity name="DashEffect" xmlns:c="components" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../Types/Entity.xsd">
|
|
|
|
<Components>
|
|
<c:Animation/>
|
|
<c:Lifetime>
|
|
<Lifetime>0.5</Lifetime>
|
|
</c:Lifetime>
|
|
<c:ExplosionEffect>
|
|
<Velocity X="0" Y="0" Z="0"/>
|
|
<TimeSinceDeath>0</TimeSinceDeath>
|
|
<ExplosionDuration>0.5</ExplosionDuration>
|
|
<EndColor A="0" B="0" G="0" R="0"/>
|
|
</c:ExplosionEffect>
|
|
<c:Model/>
|
|
<c:Transform/>
|
|
</Components>
|
|
</Entity>
|