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
RevLine 
[6363]1-- CreditsMenu.lua
2
[6718]3local P = createMenuSheet("CreditsMenu")
[6363]4
5function P.CreditsBackButton_clicked(e)
[6722]6    hideMenuSheet(P.name)
[6363]7end
8
9return P
10
Note: See TracBrowser for help on using the repository browser.