source:
code/branches/hudimprovements/data/overlays/underAttackHUD.oxo
@
8043
Last change on this file since 8043 was 7679, checked in by dafrick, 14 years ago | |
---|---|
|
|
File size: 976 bytes |
Line | |
---|---|
1 | <Template name="UnderAttackHUD"> |
2 | <OverlayGroup name="UnderAttackHUD" scale = "1, 1"> |
3 | <UnderAttackHealthBar |
4 | name = "HealthBar" |
5 | background = "Orxonox/HealthBarBackground" |
6 | size = "0.45, 0.0875" |
7 | position = "0.99 , 0.01" |
8 | pickpoint = "1, 0" |
9 | bartexture = "healthbar_bar.png" |
10 | textfont = "VeraMono" |
11 | textusebarcolour = true |
12 | textsize = 0.039 |
13 | textoffset = "0.315, 0.05" |
14 | textpickpoint = "0, 0" |
15 | textalign = "right" |
16 | correctaspect = false |
17 | textcorrectaspect = false |
18 | descriptionpickpoint = "0, 0" |
19 | descriptionoffset = "0.5, 1" |
20 | > |
21 | <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> |
22 | <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> |
23 | <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> |
24 | </UnderAttackHealthBar> |
25 | </OverlayGroup> |
26 | </Template> |
Note: See TracBrowser
for help on using the repository browser.