Changeset 6746 for code/trunk/data/gui/scripts/MultiplayerOptionsMenu.lua
- Timestamp:
- Apr 16, 2010, 2:50:16 PM (15 years ago)
- Location:
- code/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk
- Property svn:mergeinfo changed
-
code/trunk/data/gui/scripts/MultiplayerOptionsMenu.lua
r6417 r6746 1 1 -- MultiplayerOptionsMenu.lua 2 2 3 BasicGUI = require("BasicGUI") 4 local P = BasicGUI:new() --inherit everything from the gui package 5 if _REQUIREDNAME == nil then 6 MultiplayerOptionsMenu = P 7 else 8 _G[_REQUIREDNAME] = P 9 end 10 11 P.filename = "MultiplayerOptionsMenu" 12 P.layoutString = "MultiplayerOptionsMenu.layout" 3 local P = createMenuSheet("MultiplayerOptionsMenu") 13 4 14 5 function P.MultiplayerOptionsBackButton_clicked(e) 15 hide GUI(P.filename)6 hideMenuSheet(P.name) 16 7 end 17 8
Note: See TracChangeset
for help on using the changeset viewer.