Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8689 in orxonox.OLD for branches/gui/src/story_entities/game_menu.cc


Ignore:
Timestamp:
Jun 21, 2006, 10:50:07 PM (18 years ago)
Author:
bensch
Message:

orxonox/gui: image-widget work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gui/src/story_entities/game_menu.cc

    r8688 r8689  
    5151
    5252  this->cameraVector = Vector(50.0, 0.0, 0.0);
    53 
    54 
    55   OrxGui::GLGuiHandler::getInstance()->activateCursor();
    56   OrxGui::GLGuiHandler::getInstance()->activate();
    57   OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.png", 1, 49);
    5853
    5954  if (root != NULL)
     
    282277
    283278  this->showMainMenu();
     279  OrxGui::GLGuiHandler::getInstance()->activateCursor();
     280  OrxGui::GLGuiHandler::getInstance()->activate();
     281  OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.png", 1, 49);
    284282
    285283  /* now call the underlying*/
Note: See TracChangeset for help on using the changeset viewer.