Last change
on this file since 6485 was
6412,
checked in by dafrick, 15 years ago
|
Merged presentation2 branch into pickup2 branch.
|
-
Property svn:eol-style set to
native
|
File size:
402 bytes
|
Line | |
---|
1 | -- MultiplayerOptionsMenu.lua |
---|
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" |
---|
13 | |
---|
14 | function P.MultiplayerOptionsBackButton_clicked(e) |
---|
15 | hideGUI(P.filename) |
---|
16 | end |
---|
17 | |
---|
18 | return P |
---|
Note: See
TracBrowser
for help on using the repository browser.