Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Feb 24, 2018, 1:05:32 AM (6 years ago)
Author:
landauf
Message:

updated Settings.lua and all sub-menus to cegui 0.8

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cegui0.8_ogre1.9/data/gui/scripts/InfoPopup.lua

    r6746 r11800  
    1414
    1515function P.setText(text)
    16     winMgr:getWindow("orxonox/InfoPopup_text"):setText( text )
     16    P.window:getChild("InfoPopup_Background/InfoPopup_text"):setText( text )
    1717end
    1818
    1919function P.setCloseButton(closeButton)
    20     close = winMgr:getWindow("orxonox/InfoPopup_close")
     20    close = P.window:getChild("InfoPopup_Background/InfoPopup_close")
    2121    close:setVisible(closeButton)
    2222    if(not closeButton) then
Note: See TracChangeset for help on using the changeset viewer.