Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 16, 2010, 1:49:16 PM (15 years ago)
Author:
rgrieder
Message:

Linked every GUI sheet to exactly one InputState.
Also added util/TriBool that has states {true, false, Dontcare}.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gamestate/data/gui/scripts/InfoPopup.lua

    r6459 r6537  
    88else
    99    _G[_REQUIREDNAME] = P
    10 end
    11 
    12 function P:init()
    1310end
    1411
     
    2320end
    2421
    25 function P.setText( text )
     22function P.setText(text)
    2623    winMgr:getWindow("orxonox/InfoPopup_text"):setText( text )
    2724end
     
    3936-- events for ingamemenu
    4037function P.close(e)
    41     hideGUI("InfoPopup")
     38    hideGUI(P.filename)
    4239end
    4340
Note: See TracChangeset for help on using the changeset viewer.