Changeset 9939 for code/trunk/data/overlays
- Timestamp:
- Dec 21, 2013, 11:16:54 PM (11 years ago)
- Location:
- code/trunk
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/overlays/HUD.oxo
r9526 r9939 68 68 <HUDRadar 69 69 name = "Radar" 70 background = "Orxonox/ Radar"70 background = "Orxonox/radar" 71 71 correctAspect = true 72 72 size = "0.17, 0.17" -
code/trunk/data/overlays/HUDTemplates3.oxo
r9526 r9939 108 108 /> 109 109 110 <HUDRadar 111 name = "Radar" 112 background = "Orxonox/Radar" 113 correctaspect = true 114 size = "0.17, 0.17" 115 position = "1.0, 1.0" 116 pickpoint = "1.0, 1.0" 117 rotation = 0 118 sensitivity = 1.0 119 halfDotSizeDistance = 3000 120 maximumDotSize = 0.1 110 <HUDRadar 111 name = "Radar" 112 background = "Orxonox/Radar3D" 113 material2D = "Orxonox/Radar" 114 material3DMiddle = "Orxonox/Radar3D" 115 material3DFront = "Orxonox/Radar3DFront" 116 material3DBack = "Orxonox/Radar3DBack" 117 correctaspect = true 118 size = "0.17, 0.17" 119 position = "1.0, 1.0" 120 pickpoint = "1.0, 1.0" 121 rotation = 0 122 sensitivity = 1.0 123 halfDotSizeDistance = 3000 124 detectionLimit = 10000.0 125 maximumDotSize = 0.1 126 maximumDotSize3D = 0.06 127 mapAngle3D = 0.6435011 121 128 /> 122 129 123 130 <HUDTimer 124 131 name = "Timer" -
code/trunk/data/overlays/debug.oxo
r8858 r9939 32 32 name = "RTRText" 33 33 position = "0.3, 0.09" 34 font = "Monofur" 35 textsize = 0.03 36 /> 37 38 <OverlayText 39 name = "PositionTextCaption" 40 position = "0.03, 0.13" 41 font = "Monofur" 42 caption = "Position: " 43 textsize = 0.03 44 /> 45 46 <DebugPositionText 47 name = "PositionText" 48 position = "0.3, 0.13" 34 49 font = "Monofur" 35 50 textsize = 0.03
Note: See TracChangeset
for help on using the changeset viewer.