mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
fixed ptolemaic statues base.
This was SVN commit r13928.
This commit is contained in:
parent
2e24c9f2b7
commit
60200f8dbb
2 changed files with 23 additions and 2 deletions
|
|
@ -4,6 +4,9 @@
|
|||
<group>
|
||||
<variant frequency="1" name="ptolemaic Statue 1">
|
||||
<mesh>structural/ptol_statue_standing_male.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_standing_male_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_male.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_standing_male.png" name="aoTex"/>
|
||||
|
|
@ -11,6 +14,9 @@
|
|||
</variant>
|
||||
<variant frequency="1" name="ptolemaic Statue 2">
|
||||
<mesh>structural/ptol_statue_walking_male.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_walking_male_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_male.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_walking_male.png" name="aoTex"/>
|
||||
|
|
@ -18,6 +24,9 @@
|
|||
</variant>
|
||||
<variant frequency="1" name="ptolemaic Statue 3">
|
||||
<mesh>structural/ptol_statue_walking_female.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_walking_female_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_female.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_walking_female.png" name="aoTex"/>
|
||||
|
|
@ -25,6 +34,9 @@
|
|||
</variant>
|
||||
<variant frequency="1" name="ptolemaic Statue 4">
|
||||
<mesh>structural/ptol_statue_sit_male.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_sit_male_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_male.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_sit_male.png" name="aoTex"/>
|
||||
|
|
@ -32,6 +44,9 @@
|
|||
</variant>
|
||||
<variant frequency="1" name="ptolemaic Statue 5">
|
||||
<mesh>structural/ptol_statue_sit_female.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_sit_female_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_female.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_sit_female.png" name="aoTex"/>
|
||||
|
|
@ -39,6 +54,9 @@
|
|||
</variant>
|
||||
<variant frequency="1" name="ptolemaic Statue 6">
|
||||
<mesh>structural/ptol_statue_sphynx.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_sphynx_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_sphynx.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_sphynx.png" name="aoTex"/>
|
||||
|
|
@ -46,6 +64,9 @@
|
|||
</variant>
|
||||
<variant frequency="1" name="ptolemaic Statue 7">
|
||||
<mesh>structural/ptol_statue_dog.dae</mesh>
|
||||
<props>
|
||||
<prop actor="props/special/eyecandy/ptol_statues_dog_base.xml" attachpoint="root"/>
|
||||
</props>
|
||||
<textures>
|
||||
<texture file="structural/ptol_statues_dog.png" name="baseTex"/>
|
||||
<texture file="structural/ao/ptol_statue_dog.png" name="aoTex"/>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7bc2df6f1c3a0c9cdd806d702184d505c13479705e1a48c414daa34624930b94
|
||||
size 9566
|
||||
oid sha256:c41d314e1b74993348539ec4aec4ffc881096e34e226c9b16549c570b50cd6df
|
||||
size 8845
|
||||
|
|
|
|||
Loading…
Reference in a new issue