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/MainMenu.lua

    r6718 r6722  
    99
    1010function P.SingleplayerButton_clicked(e)
    11     showGUI("SingleplayerMenu", true)
     11    showMenuSheet("SingleplayerMenu", true)
    1212end
    1313
    1414function P.MultiplayerButton_clicked(e)
    15     showGUI("MultiplayerMenu", true)
     15    showMenuSheet("MultiplayerMenu", true)
    1616end
    1717
    1818function P.SettingsButton_clicked(e)
    19     showGUI("SettingsMenu", true)
     19    showMenuSheet("SettingsMenu", true)
    2020end
    2121
    2222function P.CreditsButton_clicked(e)
    23     showGUI("CreditsMenu", true)
     23    showMenuSheet("CreditsMenu", true)
    2424end
    2525
Note: See TracChangeset for help on using the changeset viewer.