Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gamestates2/data/gui/scripts/MultiplayerOptionsMenu.lua @ 6743

Last change on this file since 6743 was 6722, checked in by rgrieder, 14 years ago

Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.

  • Property svn:eol-style set to native
File size: 175 bytes
Line 
1-- MultiplayerOptionsMenu.lua
2
3local P = createMenuSheet("MultiplayerOptionsMenu")
4
5function P.MultiplayerOptionsBackButton_clicked(e)
6    hideMenuSheet(P.name)
7end
8
9return P
Note: See TracBrowser for help on using the repository browser.