Changeset 8706 for code/trunk/data/overlays
- Timestamp:
- Jun 14, 2011, 8:53:28 PM (14 years ago)
- Location:
- code/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/overlays/HUDTemplates3.oxo
r7679 r8706 35 35 background = "Orxonox/HealthBarBackground" 36 36 size = "0.35, 0.0875" 37 position = "0.0 , 0.9 5"37 position = "0.0 , 0.9 " 38 38 pickpoint = "0, 1" 39 39 bartexture = "healthbar_bar.png" … … 56 56 background = "Orxonox/BarBackground" 57 57 size = "0.35, 0.05" 58 position = "0.0 , 1.0"58 position = "0.0 , 0.95 " 59 59 pickpoint = "0, 1" 60 60 correctaspect = false … … 64 64 <BarColour position = 1.0 colour = "0.7,0.2,0.2" /> 65 65 </HUDSpeedBar> 66 67 <HUDBoostBar 68 name = "BoostBar1" 69 backgroundtex = "bar1.png" 70 size = "0.35, 0.05" 71 position = "0.0 , 1.0 " 72 pickpoint = "0, 1" 73 correctaspect = false 74 > 75 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 76 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 77 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 78 </HUDBoostBar> 66 79 67 80 <HUDNavigation -
code/trunk/data/overlays/debug.oxo
r8079 r8706 84 84 /> 85 85 86 <GametypeStatus87 name = "state"88 position = "0.5, 0.85"89 font = "VeraMono"90 textsize = 0.0591 colour = "1.0, 1.0, 0.0, 0.8"92 align = "center"93 />94 86 </OverlayGroup> 95 87 </Template>
Note: See TracChangeset
for help on using the changeset viewer.