1
0
forked from 0ad/0ad

This was SVN commit r2724.

This commit is contained in:
Matei 2005-09-14 19:42:58 +00:00
parent c50505f54c
commit 2aca87419f
4 changed files with 11 additions and 8 deletions

View File

@ -10,9 +10,9 @@
/>
<MiniMap
type="Food"
red="253"
green="141"
blue="21"
red="205"
green="115"
blue="16"
/>
<Supply
curr="100"
@ -22,4 +22,4 @@
/>
</Traits>
<Footprint Radius="1.0" Height="2.5"/>
</Entity>
</Entity>

View File

@ -20,9 +20,9 @@
/>
<MiniMap
type="Food"
red="0"
green="50"
blue="0"
red="205"
green="115"
blue="16"
/>
<Supply
curr="100"

View File

@ -17,7 +17,7 @@
<MiniMap
type="Wood"
red="0"
green="128"
green="64"
blue="0"
/>
<Supply

View File

@ -25,6 +25,9 @@
<Stone cost="2" />
</Resource>
</Creation>
<MiniMap
type="Unit"
/>
</Traits>
<Script File="entities/template_entity_script.js" />