Changeset 11208 for code/branches/presentationFS16/data/gui/scripts
- Timestamp:
- May 26, 2016, 4:53:34 PM (9 years ago)
- Location:
- code/branches/presentationFS16
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentationFS16
- Property svn:mergeinfo changed
/code/branches/sagerjFS16 (added) merged: 11138,11142,11153,11164,11166,11170,11174-11175,11185,11189,11205
- Property svn:mergeinfo changed
-
code/branches/presentationFS16/data/gui/scripts/KeyBindMenu.lua
r8232 r11208 7 7 8 8 commandList = {} 9 table.insert(commandList, "fire 0" )10 table.insert(commandList, "fire 1 | unfire")11 table.insert(commandList, "onpress fire 2" )12 table.insert(commandList, "onpress fire 3" )9 table.insert(commandList, "fire 0" | "release 0") 10 table.insert(commandList, "fire 1" | "release 1") 11 table.insert(commandList, "onpress fire 2" | "onrelease release 2") 12 table.insert(commandList, "onpress fire 3" | "onrelease release 3") 13 13 table.insert(commandList, "scale 1 moveFrontBack") 14 14 table.insert(commandList, "scale -1 moveFrontBack")
Note: See TracChangeset
for help on using the changeset viewer.