- Timestamp:
- May 27, 2010, 10:44:10 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation3/data/gui/scripts/KeyBindMenu.lua
r6748 r6996 28 28 table.insert(commandList, "OverlayGroup toggleVisibility Debug") 29 29 table.insert(commandList, "OverlayGroup toggleVisibility Stats") 30 table.insert(commandList, "OrxonoxOverlay toggleVisibility QuestGUI") 31 table.insert(commandList, "OrxonoxOverlay toggleVisibility PickupInventory") 32 table.insert(commandList, "startchat") 33 table.insert(commandList, "startchat_small") 30 34 table.insert(commandList, "mouseLook") 31 35 table.insert(commandList, "pause") … … 53 57 table.insert(nameList, "Show Debug") 54 58 table.insert(nameList, "Show Stats") 59 table.insert(nameList, "Show Quests") 60 table.insert(nameList, "Show Pickups") 61 table.insert(nameList, "Show Chat") 62 table.insert(nameList, "Show small Chat") 55 63 table.insert(nameList, "Look Around") 56 64 table.insert(nameList, "Pause")
Note: See TracChangeset
for help on using the changeset viewer.