- Timestamp:
- Dec 22, 2009, 11:20:19 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/data/gui/scripts/InitialiseGUI.lua
r6387 r6403 175 175 function keyESC() 176 176 if nrOfActiveSheets == 1 and activeSheets[1] == "MainMenu" then 177 orxonox. CommandExecutor:execute("exit")177 orxonox.execute("exit") 178 178 elseif nrOfActiveSheets > 0 then 179 orxonox. CommandExecutor:execute("hideGUI "..activeSheets[nrOfActiveSheets])179 orxonox.execute("hideGUI "..activeSheets[nrOfActiveSheets]) 180 180 else 181 181 showGUI("InGameMenu")
Note: See TracChangeset
for help on using the changeset viewer.