Changeset 10739 for code/branches/fabienHS15/data/overlays
- Timestamp:
- Nov 1, 2015, 1:05:54 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/fabienHS15/data/overlays/HUDTemplates3.oxo
r10724 r10739 34 34 name = "HealthBar1" 35 35 background = "Orxonox/HealthBarBackground" 36 size = "0. 35, 0.0875"36 size = "0.40, 0.08" 37 37 position = "0.0 , 0.9 " 38 38 pickpoint = "0, 1" … … 40 40 textfont = "VeraMono" 41 41 textusebarcolour = true 42 texts ize = 0.03943 textoffset = "0.3 15, 0.05"42 textscale = 0.4 43 textoffset = "0.325, -0.825" 44 44 textpickpoint = "0, 0" 45 45 textalign = "right" 46 correctaspect = false47 textcorrectaspect = false46 correctaspect = true 47 iconmaterial = "Orxonox/BarIconHealth" 48 48 > 49 49 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 55 55 name = "SpeedBar1" 56 56 background = "Orxonox/BarBackground" 57 size = "0. 35, 0.05"57 size = "0.40, 0.04" 58 58 position = "0.0 , 0.95 " 59 59 pickpoint = "0, 1" 60 correctaspect = false 60 correctaspect = true 61 iconmaterial = "Orxonox/BarIconSpeed" 61 62 > 62 63 <BarColour position = 0.0 colour = "0.7,0.5,0.2" /> … … 67 68 <HUDBoostBar 68 69 name = "BoostBar1" 69 background tex = "bar1.png"70 size = "0. 35, 0.05"70 background = "Orxonox/BarBackground" 71 size = "0.40, 0.04" 71 72 position = "0.0 , 1.0 " 72 73 pickpoint = "0, 1" 73 correctaspect = false 74 correctaspect = true 75 iconmaterial = "Orxonox/BarIconBoost" 74 76 > 75 77 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 81 83 name = "EnemyHealthBar" 82 84 background = "Orxonox/HealthBarBackground" 83 size = "0. 35, 0.0875"84 position = "1 ,0 .1"85 pickpoint = "1, 1"85 size = "0.4, 0.08" 86 position = "1 ,0" 87 pickpoint = "1, 0" 86 88 bartexture = "healthbar_bar.png" 87 89 textfont = "VeraMono" 88 90 textusebarcolour = true 89 texts ize = 0.03990 textoffset = " 0.315, 0.05"91 textscale = 0.4 92 textoffset = "-0.675, 0.175" 91 93 textpickpoint = "0, 0" 92 94 textalign = "right" 93 correctaspect = false94 textcorrectaspect = false95 correctaspect = true 96 iconmaterial = "Orxonox/BarIconHealth" 95 97 > 96 98 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 131 133 name = "WeaponSystem" 132 134 correctaspect = true 133 position = "0.0 , 0.0"135 position = "0.01, 0.01" 134 136 pickpoint = "0, 0" 135 137 visible = "true"
Note: See TracChangeset
for help on using the changeset viewer.