Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Apr 13, 2010, 6:17:51 PM (15 years ago)
Author:
rgrieder
Message:

Renamed showGUI and hideGUI to showMenuSheet and hideMenuSheet.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/gamestates2/data/gui/scripts/InGameMenu.lua

    r6718 r6722  
    1212    orxonox.Game:getInstance():popState()
    1313    orxonox.Game:getInstance():requestState("mainmenu")
    14     hideGUI("InGameMenu")
     14    hideMenuSheet("InGameMenu")
    1515end
    1616
    1717function P.button_settings_clicked(e)
    18     showGUI("SettingsMenu", true)
     18    showMenuSheet("SettingsMenu", true)
    1919end
    2020
    2121function P.button_return_clicked(e)
    22     hideGUI("InGameMenu")
     22    hideMenuSheet("InGameMenu")
    2323end
    2424
    2525function P.callback(doExit)
    2626    if doExit then
    27         hideGUI("InGameMenu")
     27        hideMenuSheet("InGameMenu")
    2828        orxonox.execute("exit")
    2929    end
Note: See TracChangeset for help on using the changeset viewer.