- Timestamp:
- Feb 20, 2011, 3:24:55 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/data/gui/scripts/MultiplayerMenu.lua
r7924 r7926 11 11 12 12 --button are arranged in a 2x2 matrix, the lower items are both the back button 13 P:initButtons(2, 2)13 P:initButtons(2, 3) 14 14 15 15 P:setButton(1, 1, { … … 23 23 }) 24 24 25 P:setButton(2, 1, {25 P:setButton(2, 3, { 26 26 ["button"] = winMgr:getWindow("orxonox/MultiplayerBackButton"), 27 27 ["callback"] = P.MultiplayerBackButton_clicked 28 28 }) 29 30 P:setButton(2, 2, P:getButton(2, 1))31 29 end 32 30
Note: See TracChangeset
for help on using the changeset viewer.