Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/gamestates2/data/gui/scripts/CreditsMenu.lua @ 6722

Last change on this file since 6722 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: 143 bytes
Line 
1-- CreditsMenu.lua
2
3local P = createMenuSheet("CreditsMenu")
4
5function P.CreditsBackButton_clicked(e)
6    hideMenuSheet(P.name)
7end
8
9return P
10
Note: See TracBrowser for help on using the repository browser.