mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-22 01:27:12 +00:00
[Art][Gameplay] A slightly larger chicken model to improve gameplay
This creates a slightly larger chicken model, which helps with visual identification at the start of the match. I have seen multiple let's plays where finding the initial chickens took too long (in my opinion), because I believe they are too small for the game world. Patch by: @wowgetoffyourcellphone Original model by: @LangBart Accepted by: @chrstgtr, @real_tabasco_sauce Differential revision: https://code.wildfiregames.com/D5177 This was SVN commit r27910.
This commit is contained in:
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -1,7 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<Entity parent="template_unit_fauna_herd_domestic">
|
||||
<Footprint>
|
||||
<Square width="1.0" depth="2.0"/>
|
||||
<Footprint replace="">
|
||||
<Circle radius="1.0"/>
|
||||
<Height>1.5</Height>
|
||||
</Footprint>
|
||||
<Health>
|
||||
@@ -22,6 +22,14 @@
|
||||
<Max>40</Max>
|
||||
<MaxGatherers>5</MaxGatherers>
|
||||
</ResourceSupply>
|
||||
<Selectable>
|
||||
<Overlay>
|
||||
<Texture>
|
||||
<MainTexture>128x128/ellipse.png</MainTexture>
|
||||
<MainTextureMask>128x128/ellipse_mask.png</MainTextureMask>
|
||||
</Texture>
|
||||
</Overlay>
|
||||
</Selectable>
|
||||
<Sound>
|
||||
<SoundGroups>
|
||||
<panic>actor/fauna/animal/chickens.xml</panic>
|
||||
|
||||
Reference in New Issue
Block a user