Added/fixed dust prop points on one of the Celtic house variants and one of the defense tower variants.

This was SVN commit r12612.
This commit is contained in:
gregory 2012-09-03 01:51:02 +00:00
parent 7d2e201332
commit 66318d7011
2 changed files with 6 additions and 6 deletions

View File

@ -37,9 +37,9 @@
<variant frequency="100" name="Idle"/>
<variant name="death">
<props>
<prop actor="particle/destruction_smoke_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/>
<prop actor="particle/destruction_smoke_small.xml" attachpoint="dust"/>
<prop actor="particle/destruction_dust_small.xml" attachpoint="dust"/>
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="dust"/>
</props>
</variant>
</group>

View File

@ -49,9 +49,9 @@
<variant name="death">
<props>
<prop attachpoint="garrisoned"/>
<prop actor="particle/destruction_smoke_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small.xml" attachpoint="root"/>
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="root"/>
<prop actor="particle/destruction_smoke_small.xml" attachpoint="dust"/>
<prop actor="particle/destruction_dust_small.xml" attachpoint="dust"/>
<prop actor="particle/destruction_dust_small_gray.xml" attachpoint="dust"/>
</props>
</variant>
</group>