Changeset 11052 for code/trunk/data/overlays
- Timestamp:
- Jan 9, 2016, 6:26:20 PM (9 years ago)
- Location:
- code/trunk
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/overlays/HUDTemplates3.oxo
r10292 r11052 27 27 </Template> 28 28 29 <Template name="rockethud"> 30 <OverlayGroup name = "rockethud" scale = "1, 1"> 31 <HUDRocketFuelBar 32 name = "RocketFuelBar1" 33 background = "Orxonox/BarBackground" 34 size = "0.40, 0.04" 35 position = "0.0 , 1.0 " 36 pickpoint = "0, 1" 37 correctaspect = true 38 iconmaterial = "Orxonox/BarIconFuel" 39 > 40 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 41 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 42 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 43 </HUDRocketFuelBar> 44 </OverlayGroup> 45 </Template> 46 29 47 <Template name="spaceshiphud"> 30 48 <OverlayGroup name = "spaceshiphud" scale = "1, 1"> … … 34 52 name = "HealthBar1" 35 53 background = "Orxonox/HealthBarBackground" 36 size = "0. 35, 0.0875"37 position = "0.0 , 0. 9"54 size = "0.40, 0.08" 55 position = "0.0 , 0.85 " 38 56 pickpoint = "0, 1" 39 57 bartexture = "healthbar_bar.png" 40 58 textfont = "VeraMono" 41 59 textusebarcolour = true 42 texts ize = 0.03943 textoffset = "0.3 15, 0.05"60 textscale = 0.4 61 textoffset = "0.325, -0.825" 44 62 textpickpoint = "0, 0" 45 63 textalign = "right" 46 correctaspect = false47 textcorrectaspect = false64 correctaspect = true 65 iconmaterial = "Orxonox/BarIconHealth" 48 66 > 49 67 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 51 69 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 52 70 </HUDHealthBar> 71 72 <HUDShieldBar 73 name = "ShieldBar1" 74 background = "Orxonox/BarBackground" 75 size = "0.40, 0.04" 76 position = "0.0 , 0.9 " 77 pickpoint = "0, 1" 78 correctaspect = true 79 iconmaterial = "Orxonox/BarIconShield" 80 > 81 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 82 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 83 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 84 </HUDShieldBar> 53 85 54 86 <HUDSpeedBar 55 87 name = "SpeedBar1" 56 88 background = "Orxonox/BarBackground" 57 size = "0. 35, 0.05"89 size = "0.40, 0.04" 58 90 position = "0.0 , 0.95 " 59 91 pickpoint = "0, 1" 60 correctaspect = false 92 correctaspect = true 93 iconmaterial = "Orxonox/BarIconSpeed" 61 94 > 62 95 <BarColour position = 0.0 colour = "0.7,0.5,0.2" /> … … 67 100 <HUDBoostBar 68 101 name = "BoostBar1" 69 background tex = "bar1.png"70 size = "0. 35, 0.05"102 background = "Orxonox/BarBackground" 103 size = "0.40, 0.04" 71 104 position = "0.0 , 1.0 " 72 105 pickpoint = "0, 1" 73 correctaspect = false 106 correctaspect = true 107 iconmaterial = "Orxonox/BarIconBoost" 74 108 > 75 109 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 81 115 name = "EnemyHealthBar" 82 116 background = "Orxonox/HealthBarBackground" 83 size = "0. 35, 0.0875"84 position = "1 ,0 .1"85 pickpoint = "1, 1"117 size = "0.4, 0.08" 118 position = "1 ,0" 119 pickpoint = "1, 0" 86 120 bartexture = "healthbar_bar.png" 87 121 textfont = "VeraMono" 88 122 textusebarcolour = true 89 texts ize = 0.03990 textoffset = " 0.315, 0.05"123 textscale = 0.4 124 textoffset = "-0.675, 0.175" 91 125 textpickpoint = "0, 0" 92 126 textalign = "right" 93 correctaspect = false94 textcorrectaspect = false127 correctaspect = true 128 iconmaterial = "Orxonox/BarIconHealth" 95 129 > 96 130 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 98 132 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 99 133 </HUDEnemyHealthBar> 134 135 <HUDEnemyShieldBar 136 name = "EnemyShieldBar1" 137 background = "Orxonox/BarBackground" 138 size = "0.40, 0.04" 139 position = "1.0 , 0.1 " 140 pickpoint = "1, 0" 141 correctaspect = true 142 iconmaterial = "Orxonox/BarIconShield" 143 > 144 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 145 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 146 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 147 </HUDEnemyShieldBar> 100 148 101 149 <HUDNavigation … … 127 175 mapAngle3D = 0.6435011 128 176 /> 177 178 <HUDWeaponSystem 179 name = "WeaponSystem" 180 correctaspect = true 181 position = "0.01, 0.01" 182 pickpoint = "0, 0" 183 visible = "true" 184 weaponModeHUDSize = "0.09, 0.03" 185 /> 129 186 130 187 <HUDTimer -
code/trunk/data/overlays/InvaderHUD.oxo
r9953 r11052 99 99 textfont = "VeraMono" 100 100 textusebarcolour = true 101 texts ize = 0.039102 textoffset = "0.3 15, 0.05"101 textscale = 0.4 102 textoffset = "0.325, -0.825" 103 103 textpickpoint = "0, 0" 104 104 textalign = "right" 105 correctaspect = false106 textcorrectaspect = false105 correctaspect = true 106 iconmaterial = "Orxonox/BarIconHealth" 107 107 > 108 108 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> -
code/trunk/data/overlays/jumpHUD.oxo
r10262 r11052 37 37 showFuel = false 38 38 showMessages = true 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> 39 /> 56 40 57 41 </OverlayGroup>
Note: See TracChangeset
for help on using the changeset viewer.