Last change
on this file since 6336 was
6146,
checked in by cmueri, 15 years ago
|
10 new layout- and lua-files for the menues added
|
-
Property svn:executable set to
*
|
File size:
391 bytes
|
Rev | Line | |
---|
[6146] | 1 | -- NewCreditsMenu.lua |
---|
| 2 | |
---|
| 3 | BasicGUI = require("BasicGUI") |
---|
| 4 | local P = BasicGUI:new() --inherit everything from the gui package |
---|
| 5 | if _REQUIREDNAME == nil then |
---|
| 6 | NewCreditsMenu = P |
---|
| 7 | else |
---|
| 8 | _G[_REQUIREDNAME] = P |
---|
| 9 | end |
---|
| 10 | |
---|
| 11 | P.filename = "NewCreditsMenu" |
---|
| 12 | P.layoutString = "NewCreditsMenu.layout" |
---|
| 13 | |
---|
| 14 | function P.CreditsBackButton_clicked(e) |
---|
| 15 | hideGUI("NewCreditsMenu") |
---|
| 16 | debug("event: back") |
---|
| 17 | end |
---|
| 18 | |
---|
| 19 | return P |
---|
| 20 | |
---|
Note: See
TracBrowser
for help on using the repository browser.