forked from mirrors/0ad
New particle actors by BigTiger.
This was SVN commit r22385.
This commit is contained in:
@@ -1,24 +1,14 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
|
||||
<texture>art/textures/particles/cloud_1_512.png</texture>
|
||||
<blend mode="over"/>
|
||||
|
||||
<start_full/>
|
||||
|
||||
<constant name="emissionrate" value="0.075"/>
|
||||
<uniform name="lifetime" min="50.0" max="100.0"/>
|
||||
<uniform name="position.x" min="-1.0" max="5.0"/>
|
||||
<uniform name="position.z" min="-1.0" max="1.0"/>
|
||||
<constant name="position.y" value="120.0"/>
|
||||
|
||||
<uniform name="angle" min="-10" max="10"/>
|
||||
|
||||
<uniform name="velocity.x" min="0.75" max="1.0"/>
|
||||
<uniform name="velocity.y" min="-0.5" max="0.75"/>
|
||||
<uniform name="velocity.angle" min="-0.05" max="0.05"/>
|
||||
|
||||
<uniform name="size" min="25.0" max="60.0"/>
|
||||
<uniform name="size.growthRate" min="-0.5" max="1.0"/>
|
||||
|
||||
<texture>art/textures/particles/cloud_1_512.png</texture>
|
||||
<blend mode="over"/>
|
||||
<use_relative_velocity/>
|
||||
<constant name="emissionrate" value="1.0"/>
|
||||
<constant name="lifetime" value="0.0"/>
|
||||
<uniform name="position.x" min="5.0" max="0.0"/>
|
||||
<uniform name="position.z" min="5.0" max="0.0"/>
|
||||
<constant name="position.y" value="2.0"/>
|
||||
<constant name="size" value="5.0"/>
|
||||
<force x="4"/>
|
||||
<force z="0"/>
|
||||
</particles>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
<texture>art/textures/particles/snowflake_01.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="300.0"/>
|
||||
<constant name="lifetime" value="20.0"/>
|
||||
<uniform name="position.x" min="-50.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-50.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.2"/>
|
||||
<force y="-2"/>
|
||||
<force x="2"/>
|
||||
<force z="2"/>
|
||||
<texture>art/textures/particles/snowflake_01.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="900.0"/>
|
||||
<constant name="lifetime" value="10.0"/>
|
||||
<uniform name="position.x" min="-500.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-500.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.4"/>
|
||||
<force y="-4"/>
|
||||
<force x="0"/>
|
||||
<force z="0"/>
|
||||
</particles>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
<texture>art/textures/particles/snowflake_02.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="300.0"/>
|
||||
<constant name="lifetime" value="20.0"/>
|
||||
<uniform name="position.x" min="-50.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-50.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.2"/>
|
||||
<force y="-2"/>
|
||||
<force x="-2"/>
|
||||
<force z="-2"/>
|
||||
<texture>art/textures/particles/snowflake_02.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="900.0"/>
|
||||
<constant name="lifetime" value="10.0"/>
|
||||
<uniform name="position.x" min="-500.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-500.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.3"/>
|
||||
<force y="-4"/>
|
||||
<force x="0"/>
|
||||
<force z="0"/>
|
||||
</particles>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
<texture>art/textures/particles/snowflake_01.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="300.0"/>
|
||||
<constant name="lifetime" value="20.0"/>
|
||||
<uniform name="position.x" min="-50.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-50.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.2"/>
|
||||
<force y="-2"/>
|
||||
<force x="2"/>
|
||||
<force z="-2"/>
|
||||
<texture>art/textures/particles/snowflake_01.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="900.0"/>
|
||||
<constant name="lifetime" value="10.0"/>
|
||||
<uniform name="position.x" min="-500.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-500.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.3"/>
|
||||
<force y="-3"/>
|
||||
<force x="0"/>
|
||||
<force z="0"/>
|
||||
</particles>
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
<texture>art/textures/particles/snowflake_02.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="300.0"/>
|
||||
<constant name="lifetime" value="20.0"/>
|
||||
<uniform name="position.x" min="-50.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-50.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.2"/>
|
||||
<force y="-2"/>
|
||||
<force x="-2"/>
|
||||
<force z="2"/>
|
||||
<texture>art/textures/particles/snowflake_02.png</texture>
|
||||
<blend mode="over"/>
|
||||
<start_full/>
|
||||
<constant name="emissionrate" value="900.0"/>
|
||||
<constant name="lifetime" value="10.0"/>
|
||||
<uniform name="position.x" min="-500.0" max="50.0"/>
|
||||
<uniform name="position.z" min="-500.0" max="50.0"/>
|
||||
<constant name="position.y" value="75.0"/>
|
||||
<constant name="size" value="0.3"/>
|
||||
<force y="-3"/>
|
||||
<force x="0"/>
|
||||
<force z="0"/>
|
||||
</particles>
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user