Changeset 11353 for code/trunk/data
- Timestamp:
- Mar 9, 2017, 2:46:20 PM (8 years ago)
- Location:
- code/trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
/code/branches/HUD_HS16 (added) merged: 11212,11222-11223,11240-11241,11252-11253,11262-11264,11277,11293,11295,11305,11314,11323,11325,11336
- Property svn:mergeinfo changed
-
code/trunk/data/defaultConfig/keybindings.ini
r10622 r11353 70 70 KeyNoConvert= 71 71 KeyNumLock= 72 KeyNumRow0= 73 KeyNumRow1=" toggleFormationFlight"74 KeyNumRow2=" FFChangeMode"75 KeyNumRow3= 76 KeyNumRow4= 77 KeyNumRow5= 78 KeyNumRow6= 79 KeyNumRow7= 80 KeyNumRow8= 81 KeyNumRow9= 82 KeyNumpad0= 83 KeyNumpad1= 84 KeyNumpad2= 85 KeyNumpad3= 86 KeyNumpad4= 87 KeyNumpad5= 88 KeyNumpad6= 89 KeyNumpad7= 90 KeyNumpad8= 91 KeyNumpad9= 72 KeyNumRow0="useUnusePickup 0" 73 KeyNumRow1="useUnusePickup 1" 74 KeyNumRow2="useUnusePickup 2" 75 KeyNumRow3="useUnusePickup 3" 76 KeyNumRow4="useUnusePickup 4" 77 KeyNumRow5="useUnusePickup 5" 78 KeyNumRow6="useUnusePickup 6" 79 KeyNumRow7="useUnusePickup 7" 80 KeyNumRow8="useUnusePickup 8" 81 KeyNumRow9="useUnusePickup 9" 82 KeyNumpad0="useUnusePickup 0" 83 KeyNumpad1="useUnusePickup 1" 84 KeyNumpad2="useUnusePickup 2" 85 KeyNumpad3="useUnusePickup 3" 86 KeyNumpad4="useUnusePickup 4" 87 KeyNumpad5="useUnusePickup 5" 88 KeyNumpad6="useUnusePickup 6" 89 KeyNumpad7="useUnusePickup 7" 90 KeyNumpad8="useUnusePickup 8" 91 KeyNumpad9="useUnusePickup 9" 92 92 KeyNumpadAdd= 93 93 KeyNumpadComma= … … 96 96 KeyNumpadPeriod= 97 97 KeyNumpadSubtract= 98 KeyO= 99 KeyP= 98 KeyO="toggleFormationFlight" 99 KeyP="FFChangeMode" 100 100 KeyPageDown="scale -1 rotateRoll" 101 101 KeyPageUp= -
code/trunk/data/gui/scripts/KeyBindMenu.lua
r8232 r11353 36 36 table.insert(commandList, "pause") 37 37 table.insert(commandList, "printScreen") 38 table.insert(commandList, "useUnusePickup") 38 39 if orxonox.GUIManager:inDevMode() then 39 40 table.insert(commandList, "printScreenHD") … … 71 72 table.insert(nameList, "Pause") 72 73 table.insert(nameList, "Screenshot") 74 table.insert(nameList, "Pickup 0") 73 75 if orxonox.GUIManager:inDevMode() then 74 76 table.insert(nameList, "HD screenshot") -
code/trunk/data/overlays/HUDTemplates3.oxo
r11052 r11353 185 185 /> 186 186 187 <HUDPickupSystem 188 name = "PickupSystem" 189 correctaspect = true 190 position = "0.32, 0.81" 191 pickpoint = "0.0, 0.0" 192 visible = "true" 193 /> 194 187 195 <HUDTimer 188 196 name = "Timer" 189 position = "0.5, 0. 85"197 position = "0.5, 0.25" 190 198 font = "VeraMono" 191 199 textsize = 0.1 -
code/trunk/data/overlays/HUDTemplatesFPS.oxo
r11104 r11353 104 104 /> 105 105 106 <HUDPickupSystem 107 name = "PickupSystem" 108 correctaspect = true 109 position = "0.45, 0.95" 110 pickpoint = "0.0, 0.0" 111 visible = "true" 112 /> 113 106 114 <HUDTimer 107 115 name = "Timer"
Note: See TracChangeset
for help on using the changeset viewer.