mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Fortress fix for odd prop problem
This was SVN commit r3027.
This commit is contained in:
parent
8d6d6a1a1e
commit
3ad3d32a82
2 changed files with 18 additions and 18 deletions
|
|
@ -1,16 +1,16 @@
|
|||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>structural/hele_ff.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/hellenes/fortress.xml" attachpoint="props_main"/>
|
||||
</props>
|
||||
<texture>structural/hele_struct_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
|
||||
<actor version="1">
|
||||
|
||||
<group>
|
||||
<variant frequency="100" name="Base">
|
||||
<mesh>structural/hele_ff.pmd</mesh>
|
||||
<props>
|
||||
<prop actor="props/structures/hellenes/fortress.xml" attachpoint="props_main"/>
|
||||
</props>
|
||||
<texture>structural/hele_struct_1.dds</texture>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>player_trans.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:d8fee9649698784e956a830a4ddd92484d44984b387dedf79f30cb2502f52ace
|
||||
size 82211
|
||||
oid sha256:9cc783506d8001c039959361c8e3d027df3e4c8ae560ab894822f8c728568ea1
|
||||
size 75611
|
||||
|
|
|
|||
Loading…
Reference in a new issue