Modified health bar height on buildings and added default of -1.0 (which means don't display health bar) on all entities.

This was SVN commit r2676.
This commit is contained in:
Matei 2005-09-06 19:29:31 +00:00
parent 6f10e8c09c
commit 5f2857b6b8
2 changed files with 6 additions and 4 deletions

View File

@ -14,7 +14,7 @@
classes="structure" classes="structure"
/> />
<Health <Health
bar_height="5.0" bar_height="12.0"
/> />
</Traits> </Traits>
</Entity> </Entity>

View File

@ -11,7 +11,9 @@
Hack="0.0" Hack="0.0"
Pierce="0.0" Pierce="0.0"
/> />
<Health /> <Health
bar_height="-1.0"
/>
<Up <Up
rank="0" rank="0"
/> />