1
0
forked from 0ad/0ad

New shuttle blocks by wowgetoffyourcellphone

This was SVN commit r26402.
This commit is contained in:
Stan 2022-02-17 22:20:21 +00:00
parent 05947ec96c
commit 0c65e88cd5
7 changed files with 27 additions and 9 deletions

View File

@ -4,8 +4,12 @@
<group>
<variant name="carry metal">
<mesh>props/special/metal_block.dae</mesh>
<textures><texture file="props/helmet/old/rome-e-coolus-02.dds" name="baseTex"/></textures>
<textures>
<texture file="props/shuttle_blocks.png" name="baseTex"/>
<texture file="props/shuttle_blocks_norm.png" name="normTex"/>
<texture file="props/shuttle_blocks_spec.png" name="specTex"/>
</textures>
</variant>
</group>
<material>basic_spec.xml</material>
</actor>
<material>no_trans_norm_spec.xml</material>
</actor>

View File

@ -4,7 +4,12 @@
<group>
<variant name="carry stone">
<mesh>props/special/stone_block.dae</mesh>
<textures><texture file="structural/foundation.dds" name="baseTex"/></textures>
<textures>
<texture file="props/shuttle_blocks.png" name="baseTex"/>
<texture file="props/shuttle_blocks_norm.png" name="normTex"/>
<texture file="props/shuttle_blocks_spec.png" name="specTex"/>
</textures>
</variant>
</group>
</actor>
<material>no_trans_norm_spec.xml</material>
</actor>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.