Changeset 8032 for code/branches/usability/data/gui
- Timestamp:
- Mar 6, 2011, 2:23:39 PM (14 years ago)
- Location:
- code/branches/usability/data/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/data/gui/scripts/KeyBindMenu.lua
r7928 r8032 26 26 table.insert(commandList, "NewHumanController changeMode") 27 27 table.insert(commandList, "switchCamera") 28 table.insert(commandList, " openConsole")28 table.insert(commandList, "InGameConsole openConsole") 29 29 table.insert(commandList, "OverlayGroup toggleVisibility Debug") 30 30 table.insert(commandList, "OverlayGroup toggleVisibility Stats") -
code/branches/usability/data/gui/scripts/SheetManager.lua
r8023 r8032 245 245 keyESC() 246 246 elseif code == "0"then 247 orxonox.CommandExecutor:execute(" openConsole")247 orxonox.CommandExecutor:execute("InGameConsole openConsole") 248 248 end 249 249 end
Note: See TracChangeset
for help on using the changeset viewer.