Changeset 7690
- Timestamp:
- Dec 1, 2010, 3:21:11 PM (14 years ago)
- Location:
- code/trunk/data/gui/scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/data/gui/scripts/GUITools.lua
r7689 r7690 213 213 214 214 --enter 215 if code == "28" then215 if code == "28" and P.index >= 0 then 216 216 local item = list[P.index+1] 217 217 local child = item["button"] -
code/trunk/data/gui/scripts/MultiplayerMenu.lua
r7689 r7690 11 11 local item = { 12 12 ["button"] = winMgr:getWindow("orxonox/MultiplayerJoinButton"), 13 ["function"] = P.MultiplayerJoinButton 2_clicked13 ["function"] = P.MultiplayerJoinButton_clicked 14 14 } 15 15 P.buttonList[1] = item … … 17 17 local item = { 18 18 ["button"] = winMgr:getWindow("orxonox/MultiplayerHostButton"), 19 ["function"] = P.MultiplayerHostButton 2_clicked19 ["function"] = P.MultiplayerHostButton_clicked 20 20 } 21 21 P.buttonList[2] = item
Note: See TracChangeset
for help on using the changeset viewer.