1
0
forked from mirrors/0ad

This was SVN commit r12581.

This commit is contained in:
egbert
2012-09-01 18:59:19 +00:00
parent 9b453f086e
commit 4a06158fa5
6 changed files with 42 additions and 0 deletions
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="stupa_gate">
<mesh>props/ashoka_lion.dae</mesh>
<textures><texture file="structural/ashoka_lion.png" name="baseTex"/></textures>
</variant>
</group>
</actor>
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="ashoka_pillar">
<mesh>props/ashoka_pillar.dae</mesh>
<textures><texture file="structural/ashoka_pillar.png" name="baseTex"/></textures>
<props>
<prop actor="props/structures/mauryans/ashoka_lion.xml" attachpoint="ashoka_lion"/>
</props>
</variant>
</group>
</actor>
@@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<actor version="1">
<castshadow/>
<group>
<variant name="stupa_gate">
<mesh>props/stupa_gate.dae</mesh>
<textures><texture file="structural/stupa_gate.png" name="baseTex"/></textures>
</variant>
</group>
</actor>
Binary file not shown.
Binary file not shown.