Changeset 10260 for code/trunk/data/overlays
- Timestamp:
- Feb 6, 2015, 11:03:00 PM (10 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/pickupsFS14 merged: 10184
- Property svn:mergeinfo changed
-
code/trunk/data/overlays/jumpHUD.oxo
r10216 r10260 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 13 showMessages = false 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 11 25 showMessages = false 12 26 /> … … 21 35 gameOverText = "GAME OVER" 22 36 showScore = false 37 showFuel = false 23 38 showMessages = true 24 39 /> 25 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> 56 26 57 </OverlayGroup> 27 58 </Template>
Note: See TracChangeset
for help on using the changeset viewer.