Changeset 11104 for code/trunk/data/overlays
- Timestamp:
- Jan 31, 2016, 11:42:11 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/overlays/HUDTemplatesFPS.oxo
r10292 r11104 1 <Template name="spectatorhud">2 <OverlayGroup name = "spectatorhud" scale = "1, 1">3 </OverlayGroup>4 </Template>5 6 1 <Template name="fpshud"> 7 2 <OverlayGroup name = "fpshud" scale = "1, 1"> … … 11 6 name = "HealthBar1" 12 7 background = "Orxonox/HealthBarBackground" 13 size = "0. 35, 0.0875"8 size = "0.40, 0.08" 14 9 position = "0.0 , 0.95 " 15 10 pickpoint = "0, 1" … … 17 12 textfont = "VeraMono" 18 13 textusebarcolour = true 19 texts ize = 0.03920 textoffset = "0.3 15, 0.05"14 textscale = 0.4 15 textoffset = "0.325, -0.825" 21 16 textpickpoint = "0, 0" 22 17 textalign = "right" 23 correctaspect = false24 textcorrectaspect = false18 correctaspect = true 19 iconmaterial = "Orxonox/BarIconHealth" 25 20 > 26 21 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> … … 29 24 </HUDHealthBar> 30 25 31 <!-- <HUDSpeedBar32 name = "S peedBar1"26 <HUDShieldBar 27 name = "ShieldBar1" 33 28 background = "Orxonox/BarBackground" 34 size = "0. 35, 0.05"29 size = "0.40, 0.04" 35 30 position = "0.0 , 1.0 " 36 31 pickpoint = "0, 1" 37 correctaspect = false 32 correctaspect = true 33 iconmaterial = "Orxonox/BarIconShield" 38 34 > 39 <BarColour position = 0.0 colour = "0.7,0.5,0.2" /> 40 <BarColour position = 0.5 colour = "0.2,0.7,0.2" /> 41 <BarColour position = 1.0 colour = "0.7,0.2,0.2" /> 42 </HUDSpeedBar> 43 --> 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 </HUDShieldBar> 39 40 <HUDEnemyHealthBar 41 name = "EnemyHealthBar" 42 background = "Orxonox/HealthBarBackground" 43 size = "0.4, 0.08" 44 position = "1 ,0" 45 pickpoint = "1, 0" 46 bartexture = "healthbar_bar.png" 47 textfont = "VeraMono" 48 textusebarcolour = true 49 textscale = 0.4 50 textoffset = "-0.675, 0.175" 51 textpickpoint = "0, 0" 52 textalign = "right" 53 correctaspect = true 54 iconmaterial = "Orxonox/BarIconHealth" 55 > 56 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 57 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 58 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 59 </HUDEnemyHealthBar> 60 61 <HUDEnemyShieldBar 62 name = "EnemyShieldBar1" 63 background = "Orxonox/BarBackground" 64 size = "0.40, 0.04" 65 position = "1.0 , 0.1 " 66 pickpoint = "1, 0" 67 correctaspect = true 68 iconmaterial = "Orxonox/BarIconShield" 69 > 70 <BarColour position = 0.0 colour = "0.7,0.2,0.2" /> 71 <BarColour position = 0.5 colour = "0.7,0.7,0.2" /> 72 <BarColour position = 1.0 colour = "0.2,0.7,0.2" /> 73 </HUDEnemyShieldBar> 74 44 75 <HUDNavigation 45 76 name = "Navigation" … … 64 95 /> 65 96 97 <HUDWeaponSystem 98 name = "WeaponSystem" 99 correctaspect = true 100 position = "0.01, 0.01" 101 pickpoint = "0, 0" 102 visible = "true" 103 weaponModeHUDSize = "0.09, 0.03" 104 /> 105 66 106 <HUDTimer 67 107 name = "Timer" … … 73 113 /> 74 114 75 <!--<GUIOverlay115 <GUIOverlay 76 116 name = "QuestGUI" 77 117 guiname = "QuestGUI" 78 118 visible = "false" 79 119 /> 80 --> 120 121 <GUIOverlay 122 name = "PickupInventory" 123 guiname = "PickupInventory" 124 visible = "false" 125 /> 126 81 127 </OverlayGroup> 82 128 </Template>
Note: See TracChangeset
for help on using the changeset viewer.