Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/gui/scripts/MultiplayerOptionsMenu.lua @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

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.