| Last change
                  on this file since 6663 was
                  6662,
                  checked in by rgrieder, 16 years ago | 
        
          | 
Merged revisions 6621-6661 to gamestates2.
 | 
        
          | 
              
                  Property svn:eol-style set to
                  native | 
        | File size:
            265 bytes | 
      
      
        
  | Line |  | 
|---|
| 1 | -- CreditsMenu.lua | 
|---|
| 2 |  | 
|---|
| 3 | local sheetName = _REQUIREDNAME or "CreditsMenu" | 
|---|
| 4 | -- Create object of type BasicGUI and make it global | 
|---|
| 5 | local P = require("BasicGUI"):new(sheetName) | 
|---|
| 6 | _G[sheetName] = P | 
|---|
| 7 |  | 
|---|
| 8 | function P.CreditsBackButton_clicked(e) | 
|---|
| 9 | hideGUI(P.filename) | 
|---|
| 10 | end | 
|---|
| 11 |  | 
|---|
| 12 | return P | 
|---|
| 13 |  | 
|---|
       
      
      Note: See 
TracBrowser
        for help on using the repository browser.