Changeset 10184 for code/branches/pickupsFS14/data/overlays
- Timestamp:
- Dec 17, 2014, 3:43:07 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/data/overlays/jumpHUD.oxo
r10074 r10184 1 1 <Template name="JumpHUD"> 2 2 <OverlayGroup name="JumpHUD" scale = "1, 1"> 3 3 4 <JumpScore 4 5 position = "0.5, 0.05" … … 9 10 align = "center" 10 11 showScore = true 12 showFuel = false 11 13 showMessages = false 12 14 /> 15 16 <JumpScore 17 position = "0.1, 0.05" 18 pickpoint = "0.0, 0.0" 19 font = "ShareTechMono" 20 textsize = 0.05 21 colour = "1.0, 0.5, 0.0, 1.0" 22 align = "left" 23 showScore = false 24 showFuel = true 25 showMessages = false 26 /> 13 27 14 28 <JumpScore … … 21 35 gameOverText = "GAME OVER" 22 36 showScore = false 37 showFuel = false 23 38 showMessages = true 24 /> 39 /> 40 41 <HUDBar 42 name = "SpeedBar1" 43 background = "Orxonox/BarBackground" 44 size = "0.35, 0.05" 45 position = "0.0 , 1.0 " 46 pickpoint = "0, 1" 47 correctaspect = false 48 49 initialvalue = 50 50 51 > 52 <BarColour position = 0.0 colour = "0.7,0.5,0.2" /> 53 <BarColour position = 0.5 colour = "0.2,0.7,0.2" /> 54 <BarColour position = 1.0 colour = "0.7,0.2,0.2" /> 55 </HUDBar> 25 56 26 57 </OverlayGroup>
Note: See TracChangeset
for help on using the changeset viewer.