Urho3D/bin/Data/Particle/Disco.xml
2015-01-18 21:31:13 +08:00

29 lines
912 B
XML

<?xml version="1.0"?>
<particleeffect>
<material name="Materials/Particle.xml" />
<numparticles value="10" />
<updateinvisible enable="true" />
<relative enable="true" />
<scaled enable="true" />
<sorted enable="true" />
<animlodbias value="0" />
<emittertype value="Sphere" />
<emittersize value="0 0 0" />
<direction min="-1 0 -1" max="1 1 1" />
<constantforce value="0 -2 0" />
<dampingforce value="0" />
<activetime value="0" />
<inactivetime value="0" />
<emissionrate min="50" max="50" />
<particlesize min="0.25 0.25" max="0.25 0.25" />
<timetolive min="2.01" max="2.41" />
<velocity min="2" max="3" />
<rotation min="0" max="0" />
<rotationspeed min="0" max="0" />
<sizedelta add="0" mul="1" />
<colorfade color="0.35 0.35 0.5 1" time="0" />
<colorfade color="0 0 0 1" time="0.5" />
<colorfade color="1 0 0 1" time="1" />
<colorfade color="0 1 0 1" time="2" />
</particleeffect>