mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-07-07 21:25:30 +00:00
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:
@@ -14,7 +14,7 @@
|
||||
classes="structure"
|
||||
/>
|
||||
<Health
|
||||
bar_height="5.0"
|
||||
bar_height="12.0"
|
||||
/>
|
||||
</Traits>
|
||||
</Entity>
|
||||
</Entity>
|
||||
|
||||
@@ -11,7 +11,9 @@
|
||||
Hack="0.0"
|
||||
Pierce="0.0"
|
||||
/>
|
||||
<Health />
|
||||
<Health
|
||||
bar_height="-1.0"
|
||||
/>
|
||||
<Up
|
||||
rank="0"
|
||||
/>
|
||||
@@ -33,4 +35,4 @@
|
||||
<Event On="PrepareOrder" Function="entity_event_prepareorder" />
|
||||
|
||||
<Actions />
|
||||
</Entity>
|
||||
</Entity>
|
||||
|
||||
Reference in New Issue
Block a user