mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
Persian barracks upgrade.
This was SVN commit r15931.
This commit is contained in:
parent
8200182399
commit
cbc151cb1e
6 changed files with 24 additions and 8 deletions
|
|
@ -14,10 +14,14 @@
|
|||
|
||||
<group>
|
||||
<variant>
|
||||
<textures><texture file="structural/pers_struct.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="structural/pers_struct.png" name="baseTex"/>
|
||||
<texture file="structural/pers_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/pers_struct_spec.png" name="specTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
|
||||
<material>basic_trans.xml</material>
|
||||
<material>basic_trans_parallax_spec.xml</material>
|
||||
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
<props>
|
||||
<prop actor="props/structures/decals/dirt_4x4.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/persians/barracks.xml" attachpoint="root"/>
|
||||
<prop actor="props/structures/persians/barracks_shields.xml" attachpoint="root"/>
|
||||
<prop actor="props/units/shields/pers_taka_a.xml" attachpoint="shieldright"/>
|
||||
<prop actor="props/units/shields/pers_pelta_a.xml" attachpoint="shieldleft"/>
|
||||
<prop actor="props/units/shields/pers_tower.xml" attachpoint="entranceshield"/>
|
||||
|
|
@ -14,7 +15,12 @@
|
|||
<prop actor="props/units/shields/pers_round_kardakes.xml" attachpoint="shieldtop"/>
|
||||
<prop actor="props/units/shields/pers_round_kardakes.xml" attachpoint="shieldoutside"/>
|
||||
</props>
|
||||
<textures><texture file="structural/pers_struct.dds" name="baseTex"/></textures>
|
||||
<textures>
|
||||
<texture file="structural/pers_struct.png" name="baseTex"/>
|
||||
<texture file="structural/pers_struct_norm.png" name="normTex"/>
|
||||
<texture file="structural/pers_struct_spec.png" name="specTex"/>
|
||||
<texture file="structural/ao/pers_barracks.png" name="aoTex"/>
|
||||
</textures>
|
||||
</variant>
|
||||
</group>
|
||||
<group>
|
||||
|
|
@ -35,5 +41,5 @@
|
|||
</props>
|
||||
</variant>
|
||||
</group>
|
||||
<material>player_trans.xml</material>
|
||||
<material>player_trans_ao_parallax_spec.xml</material>
|
||||
</actor>
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9130cc5f428f1a9651f999b5483f191f4bfd6047540d394ba1e30847d734df23
|
||||
size 22690
|
||||
oid sha256:b0c6ae400a54d49dfb16ed7c54dc6f1925ea277f30ef1ff7745d98b79bdde406
|
||||
size 3910
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:2e0bc56099e8235688f13faad3e0d79c09b16cdb1bf91128eee8dc43a114f55c
|
||||
size 19661
|
||||
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:da3e9ac988668e0f094a8feb57711782927e212e886b7ec20799c76db3ee2c9c
|
||||
size 253458
|
||||
oid sha256:8840b86136ad632cd4586a9d8552b16ddeef480a92845cc6482784e9fa619339
|
||||
size 867541
|
||||
|
|
|
|||
|
|
@ -0,0 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1c144a84824872ef477a07331f4547357e3c5be6600075f14275779569d77471
|
||||
size 608978
|
||||
Loading…
Reference in a new issue