Changeset 5429 for data/media/gui/scripts
- Timestamp:
- Mar 25, 2009, 10:42:30 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
data/media/gui/scripts/mainmenu.lua
r5427 r5429 8 8 9 9 function button_standalone_clicked(e) 10 orxonox.CommandExecutor:execute("s electGameState standalone")10 orxonox.CommandExecutor:execute("startGame") 11 11 toggleGUI() 12 12 end 13 13 14 14 function button_server_clicked(e) 15 orxonox.CommandExecutor:execute(" selectGameState server")15 orxonox.CommandExecutor:execute("echo Not yet supported!") 16 16 hideGUI() 17 17 end 18 18 19 19 function button_dedicated_clicked(e) 20 orxonox.CommandExecutor:execute(" selectGameState dedicated")20 orxonox.CommandExecutor:execute("echo Not yet supported!") 21 21 hideGUI() 22 22 end 23 23 24 24 function button_client_clicked(e) 25 orxonox.CommandExecutor:execute(" selectGameState client")25 orxonox.CommandExecutor:execute("echo Not yet supported!") 26 26 hideGUI() 27 27 end
Note: See TracChangeset
for help on using the changeset viewer.