Changeset 6352 for code/branches
- Timestamp:
- Dec 14, 2009, 8:47:00 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/KeyBindMenu.lua
r6351 r6352 68 68 69 69 lineHeight = 30 70 commandWidth = 1 2570 commandWidth = 150 71 71 buttonWidth = 145 72 72 clearWidth = 20 … … 88 88 elseif( group == "MouseButtons") then 89 89 return "Mouse " .. name 90 elseif( group == "MouseAxes" ) then 91 return "Mouse " .. string.sub(name, string.find(name, '.(.*)')+1) .. " " .. string.sub(name, 1, 1) .. "-Axes" 90 92 end 91 93 return key
Note: See TracChangeset
for help on using the changeset viewer.