Changeset 8500 for code/branches/dockingsystem2/data
- Timestamp:
- May 18, 2011, 11:03:13 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/dockingsystem2/data/gui/scripts/DockingDialog.lua
r8493 r8500 6 6 7 7 function P.onLoad() 8 9 --button are arranged in a 1x2 matrix 10 P:setButton(1, 1, { 11 ["button"] = winMgr:getWindow("orxonox/DockingDockButton"), 12 ["callback"] = P.dockButton_clicked 13 }) 14 15 P:setButton(1, 2, { 16 ["button"] = winMgr:getWindow("orxonox/DockingCancelButto"), 17 ["callback"] = P.cancelButton_clicked 18 }) 8 19 9 20 end
Note: See TracChangeset
for help on using the changeset viewer.