- Timestamp:
- Feb 20, 2011, 1:10:38 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/usability/data/gui/scripts/MultiplayerMenu.lua
r7922 r7924 10 10 P.multiplayerMode = "startClient" 11 11 12 --button are arranged in a 2x2 matrix, the l eft lower item is nil12 --button are arranged in a 2x2 matrix, the lower items are both the back button 13 13 P:initButtons(2, 2) 14 14 … … 23 23 }) 24 24 25 P:setButton(2, 2, {25 P:setButton(2, 1, { 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)) 29 31 end 30 32
Note: See TracChangeset
for help on using the changeset viewer.