Changeset 9904 for code/branches/presentationHS13/data
- Timestamp:
- Dec 16, 2013, 2:00:00 PM (11 years ago)
- Location:
- code/branches/presentationHS13
- Files:
-
- 4 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationHS13
- Property svn:mergeinfo changed
/code/branches/radarDreiD (added) merged: 9690,9719,9737,9740,9742,9749,9770-9771,9779,9787,9792,9796,9818,9824,9835,9847,9852,9877,9881-9882,9893
- Property svn:mergeinfo changed
-
code/branches/presentationHS13/data/gui/scripts/MiscConfigMenu.lua
r9016 r9904 38 38 table.insert(P.commandList, "HUDNavigation MarkerLimit_") 39 39 table.insert(P.commandList, "HUDNavigation showDistance") 40 table.insert(P.commandList, "HUDRadar RadarMode_") 40 41 41 42 P.nameList = {} … … 60 61 table.insert(P.nameList, "Marker Limit") 61 62 table.insert(P.nameList, "Show Distance next to cursor") 63 table.insert(P.nameList, "Set Radar on 3D mode") 62 64 63 65 P.linesList = {} -
code/branches/presentationHS13/data/overlays/HUD.oxo
r9526 r9904 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/branches/presentationHS13/data/overlays/HUDTemplates3.oxo
r9526 r9904 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"
Note: See TracChangeset
for help on using the changeset viewer.