Changeset 5163 for data/Media
- Timestamp:
- Jul 27, 2008, 4:52:50 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/Media/gui/scripts/loadGUI.lua
r5162 r5163 33 33 34 34 function button_quit_clicked(e) 35 hideGUI() 35 36 orxonox.CommandExecutor:execute("exit") 36 37 end 37 38 38 39 function button_start_clicked(e) 39 --orxonox.CommandExecutor:execute("loadGame standalone")40 orxonox.CommandExecutor:execute("loadGame standalone") 40 41 hideGUI() 41 orxonox.CommandExecutor:execute("openConsole")42 --orxonox.CommandExecutor:execute("openConsole") 42 43 end 43 44 44 localshowBackground = false45 showBackground = false 45 46 46 47 function showMainMenu()
Note: See TracChangeset
for help on using the changeset viewer.