Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5163


Ignore:
Timestamp:
Jul 27, 2008, 4:52:50 PM (16 years ago)
Author:
rgrieder
Message:

fixed a bug with exit sequence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • data/Media/gui/scripts/loadGUI.lua

    r5162 r5163  
    3333
    3434function button_quit_clicked(e)
     35  hideGUI()
    3536  orxonox.CommandExecutor:execute("exit")
    3637end
    3738
    3839function button_start_clicked(e)
    39   --orxonox.CommandExecutor:execute("loadGame standalone")
     40  orxonox.CommandExecutor:execute("loadGame standalone")
    4041  hideGUI()
    41   orxonox.CommandExecutor:execute("openConsole")
     42  --orxonox.CommandExecutor:execute("openConsole")
    4243end
    4344
    44 local showBackground = false
     45showBackground = false
    4546
    4647function showMainMenu()
Note: See TracChangeset for help on using the changeset viewer.