Last change
on this file since 6718 was
6718,
checked in by rgrieder, 15 years ago
|
Moved BasicGUI.lua to GUISheet.lua and derived MenuSheet.lua as well as HUDSheet.lua from it.
Also, to make a new GUI sheet, use either createHUDSheet or createMenuSheet.
Also removed bShowCursor from the showGUI function. This is now always a value directed by the GUI sheet.
|
-
Property svn:eol-style set to
native
|
File size:
169 bytes
|
Line | |
---|
1 | -- MultiplayerOptionsMenu.lua |
---|
2 | |
---|
3 | local P = createMenuSheet("MultiplayerOptionsMenu") |
---|
4 | |
---|
5 | function P.MultiplayerOptionsBackButton_clicked(e) |
---|
6 | hideGUI(P.name) |
---|
7 | end |
---|
8 | |
---|
9 | return P |
---|
Note: See
TracBrowser
for help on using the repository browser.