Changeset 2957
- Timestamp:
- May 7, 2009, 5:05:45 PM (16 years ago)
- Location:
- code/trunk/src/orxonox
- Files:
-
- 2 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/gamestates/GSMainMenu.cc
r2928 r2957 67 67 68 68 // show main menu 69 GUIManager::getInstance().showGUI("mainmenu ");69 GUIManager::getInstance().showGUI("mainmenu_2"); 70 70 GUIManager::getInstance().setCamera(this->camera_); 71 71 GraphicsManager::getInstance().setCamera(this->camera_); -
code/trunk/src/orxonox/gui/GUIManager.cc
r2927 r2957 187 187 try 188 188 { 189 // call main Lua script190 this->scriptModule_->executeScriptFile("loadGUI_2.lua", "GUI");191 189 // set datapath for GUI data 192 190 lua_pushfstring(this->scriptModule_->getLuaState(), Core::getMediaPathString().c_str()); 193 191 lua_setglobal(this->scriptModule_->getLuaState(), "datapath"); 192 // call main Lua script 193 this->scriptModule_->executeScriptFile("loadGUI_3.lua", "GUI"); 194 194 } 195 195 catch (CEGUI::Exception& ex) -
code/trunk/src/orxonox/overlays/CMakeLists.txt
r2710 r2957 3 3 OverlayGroup.cc 4 4 OverlayText.cc 5 GUIOverlay.cc 5 6 ) 6 7
Note: See TracChangeset
for help on using the changeset viewer.