Changeset 12144 for code/branches/OrxoKart_HS18/data/overlays
- Timestamp:
- Dec 5, 2018, 10:48:32 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/OrxoKart_HS18/data/overlays/OrxoKartHUD.oxo
r12079 r12144 17 17 /> 18 18 19 <HUDHealthBar 20 name = "HealthBar1" 21 background = "Orxonox/HealthBarBackground" 22 size = "0.35, 0.0875" 23 position = "0.0 , 0.97" 24 pickpoint = "0, 1" 25 bartexture = "healthbar_bar.png" 26 textfont = "VeraMono" 27 textusebarcolour = true 28 textscale = 0.4 29 textoffset = "0.325, -0.825" 30 textpickpoint = "0, 0" 31 textalign = "right" 32 correctaspect = true 33 iconmaterial = "Orxonox/BarIconHealth" 34 > 35 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 36 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 37 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 38 </HUDHealthBar> 19 <ShroomHUD 20 name = "ShroomHUD" 21 position = "0.05, 0.02" 22 size = "0.18, 0.05" 23 /> 24 39 25 </OverlayGroup> 40 26 </Template>
Note: See TracChangeset
for help on using the changeset viewer.