Changeset 7163 for code/trunk/data/gui/scripts/KeyBindMenu.lua
- Timestamp:
- Aug 11, 2010, 8:55:13 AM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/gui/scripts/KeyBindMenu.lua
r6748 r7163 10 10 table.insert(commandList, "fire 1 | unfire") 11 11 table.insert(commandList, "onpress fire 2") 12 table.insert(commandList, "onpress fire 3") 12 13 table.insert(commandList, "scale 1 moveFrontBack") 13 14 table.insert(commandList, "scale -1 moveFrontBack") … … 28 29 table.insert(commandList, "OverlayGroup toggleVisibility Debug") 29 30 table.insert(commandList, "OverlayGroup toggleVisibility Stats") 31 table.insert(commandList, "OrxonoxOverlay toggleVisibility QuestGUI") 32 table.insert(commandList, "OrxonoxOverlay toggleVisibility PickupInventory") 33 table.insert(commandList, "startchat") 34 table.insert(commandList, "startchat_small") 30 35 table.insert(commandList, "mouseLook") 31 36 table.insert(commandList, "pause") … … 35 40 table.insert(nameList, "Secondary Fire") 36 41 table.insert(nameList, "Fire Rocket") 42 table.insert(nameList, "Fire Alternative Rocket") 37 43 table.insert(nameList, "Accelerate") 38 44 table.insert(nameList, "Break") … … 53 59 table.insert(nameList, "Show Debug") 54 60 table.insert(nameList, "Show Stats") 61 table.insert(nameList, "Show Quests") 62 table.insert(nameList, "Show Pickups") 63 table.insert(nameList, "Show Chat") 64 table.insert(nameList, "Show small Chat") 55 65 table.insert(nameList, "Look Around") 56 66 table.insert(nameList, "Pause") … … 170 180 end 171 181 172 pane = tolua.cast(window, "CEGUI::ScrollablePane")182 local pane = tolua.cast(window, "CEGUI::ScrollablePane") 173 183 pane:setVerticalStepSize(getScrollingStepSize(window)) 174 184 end
Note: See TracChangeset
for help on using the changeset viewer.