mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Added small_scaffold actor
This was SVN commit r12291.
This commit is contained in:
parent
8291019fa1
commit
0a2449bf5f
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<actor version="1">
|
||||
<castshadow/>
|
||||
<group>
|
||||
<variant>
|
||||
<mesh>props/scaffold_small.dae</mesh>
|
||||
<textures>
|
||||
<texture file="props/scaffold.png" name="baseTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
</actor>
|
||||
Loading…
Reference in a new issue