Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gamestate/data/gui/scripts/MultiplayerOptionsMenu.lua @ 6623

Last change on this file since 6623 was 6621, checked in by rgrieder, 14 years ago

Simplified GUI sheet creation (first lines in the lua file) a lot by exporting it to GUITools.lua

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