forked from mirrors/0ad
This was SVN commit r9280.
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<group>
|
||||
<variant name="Base">
|
||||
<particles file="smoke_homestead.xml"/>
|
||||
</variant>
|
||||
</group>
|
||||
<material>basic_trans.xml</material>
|
||||
</actor>
|
||||
@@ -10,8 +10,10 @@
|
||||
<prop actor="props/structures/celts/civic_props_new.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/celts/civic_entry.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/decals/gravel_5x5.xml" attachpoint="root"/>
|
||||
<prop actor="particle/smoke_homestead.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<texture>structural/celt_struct_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
</actor>
|
||||
|
||||
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<particles>
|
||||
|
||||
<texture>art/textures/particles/smoke.png</texture>
|
||||
<blend mode="multiply"/>
|
||||
|
||||
<constant name="emissionrate" value="10.0"/>
|
||||
<uniform name="lifetime" min="8.0" max="10.0"/>
|
||||
|
||||
<constant name="position.x" value="-2.0"/>
|
||||
<constant name="position.y" value="7.5"/>
|
||||
<constant name="position.z" value="2.0"/>
|
||||
|
||||
<uniform name="angle" min="-3.14" max="3.14"/>
|
||||
|
||||
<uniform name="velocity.x" min="-0.5" max="0.5"/>
|
||||
<uniform name="velocity.y" min="2.0" max="2.5"/>
|
||||
<uniform name="velocity.z" min="-0.5" max="0.5"/>
|
||||
<uniform name="velocity.angle" min="-2.0" max="2.0"/>
|
||||
|
||||
<uniform name="size" min="2.5" max="3.5"/>
|
||||
|
||||
<uniform name="color.r" min="0.2" max="0.4"/>
|
||||
<copy name="color.g" from="color.r"/>
|
||||
<copy name="color.b" from="color.r"/>
|
||||
|
||||
</particles>
|
||||
Reference in New Issue
Block a user