[5353] | 1 | <Template name="defaultHUD"> |
---|
| 2 | <OverlayGroup name = "chatoverlay" scale = "1, 1"> |
---|
| 3 | <ChatOverlay |
---|
| 4 | name = "chat" |
---|
| 5 | position = "0.03, 0.5" |
---|
| 6 | font = "VeraMono" |
---|
| 7 | caption = "" |
---|
| 8 | textsize = 0.025 |
---|
| 9 | /> |
---|
[5267] | 10 | |
---|
[5353] | 11 | <GametypeStatus |
---|
[5267] | 12 | name = "state" |
---|
| 13 | position = "0.5, 0.85" |
---|
| 14 | font = "VeraMono" |
---|
[5325] | 15 | textsize = 0.05 |
---|
[5267] | 16 | colour = "1.0, 1.0, 0.0, 0.8" |
---|
| 17 | align = "center" |
---|
| 18 | /> |
---|
| 19 | </OverlayGroup> |
---|
| 20 | </Template> |
---|
| 21 | |
---|
[5353] | 22 | <Template name="spectatorhud"> |
---|
| 23 | <OverlayGroup name = "spectatorhud" scale = "1, 1"> |
---|
| 24 | </OverlayGroup> |
---|
| 25 | </Template> |
---|
| 26 | |
---|
[5267] | 27 | <Template name="spaceshiphud"> |
---|
| 28 | <OverlayGroup name = "HUD" scale = "1, 1"> |
---|
[5325] | 29 | <HUDHealthBar |
---|
| 30 | name = "HealthBar1" |
---|
| 31 | background = "Orxonox/HealthBarBackground" |
---|
| 32 | size = "0.35, 0.0875" |
---|
| 33 | position = "0.0 , 0.95 " |
---|
| 34 | pickpoint = "0, 1" |
---|
| 35 | bartexture = "healthbar_bar.tga" |
---|
| 36 | textfont = "VeraMono" |
---|
| 37 | textusebarcolour = true |
---|
| 38 | textsize = 0.039 |
---|
| 39 | textoffset = "0.315, 0.05" |
---|
| 40 | textpickpoint = "0, 0" |
---|
| 41 | textalign = "right" |
---|
| 42 | correctaspect = false |
---|
| 43 | textcorrectaspect = false |
---|
| 44 | > |
---|
| 45 | <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> |
---|
| 46 | <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> |
---|
| 47 | <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> |
---|
| 48 | </HUDHealthBar> |
---|
| 49 | |
---|
[5267] | 50 | <HUDSpeedBar |
---|
[5325] | 51 | name = "SpeedBar1" |
---|
| 52 | background = "Orxonox/BarBackground" |
---|
| 53 | size = "0.35, 0.05" |
---|
| 54 | position = "0.0 , 1.0 " |
---|
| 55 | pickpoint = "0, 1" |
---|
| 56 | correctaspect = false |
---|
[5267] | 57 | > |
---|
[5325] | 58 | <BarColour position = 0.0 colour = "0.7,0.5,0.2" /> |
---|
| 59 | <BarColour position = 0.5 colour = "0.2,0.7,0.2" /> |
---|
| 60 | <BarColour position = 1.0 colour = "0.7,0.2,0.2" /> |
---|
[5267] | 61 | </HUDSpeedBar> |
---|
| 62 | |
---|
| 63 | <HUDNavigation |
---|
| 64 | name = "Navigation" |
---|
[5325] | 65 | correctaspect = true |
---|
[5267] | 66 | font = "Monofur" |
---|
[5325] | 67 | textsize = 0.05 |
---|
[5267] | 68 | navMarkerSize = 0.03 |
---|
| 69 | aimMarkerSize = 0.04 |
---|
| 70 | /> |
---|
| 71 | |
---|
| 72 | <HUDRadar |
---|
| 73 | name = "Radar" |
---|
| 74 | background = "Orxonox/Radar" |
---|
[5325] | 75 | correctaspect = true |
---|
[5267] | 76 | size = "0.17, 0.17" |
---|
[5286] | 77 | position = "1.0, 1.0" |
---|
[5325] | 78 | pickpoint = "1.0, 1.0" |
---|
[5267] | 79 | rotation = 0 |
---|
| 80 | sensitivity = 1.0 |
---|
| 81 | halfDotSizeDistance = 3000 |
---|
| 82 | maximumDotSize = 0.1 |
---|
| 83 | /> |
---|
| 84 | </OverlayGroup> |
---|
| 85 | </Template> |
---|