Changeset 6537 for code/branches/gamestate/data/gui/scripts/InfoPopup.lua
- Timestamp:
- Mar 16, 2010, 1:49:16 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/gamestate/data/gui/scripts/InfoPopup.lua
r6459 r6537 8 8 else 9 9 _G[_REQUIREDNAME] = P 10 end11 12 function P:init()13 10 end 14 11 … … 23 20 end 24 21 25 function P.setText( text)22 function P.setText(text) 26 23 winMgr:getWindow("orxonox/InfoPopup_text"):setText( text ) 27 24 end … … 39 36 -- events for ingamemenu 40 37 function P.close(e) 41 hideGUI( "InfoPopup")38 hideGUI(P.filename) 42 39 end 43 40
Note: See TracChangeset
for help on using the changeset viewer.