Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 8324 in orxonox.OLD for trunk/src/story_entities


Ignore:
Timestamp:
Jun 12, 2006, 12:40:57 AM (19 years ago)
Author:
bensch
Message:

trunk: Texture-Sequence is initialized smoothly now in the GLGuiCursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/story_entities/simple_game_menu.cc

    r8035 r8324  
    2727#include "fast_factory.h"
    2828#include "util/loading/factory.h"
     29#include "loading/resource_manager.h"
    2930
    3031#include "world_entity.h"
     
    7475  OrxGui::GLGuiHandler::getInstance()->activateCursor();
    7576  OrxGui::GLGuiHandler::getInstance()->activate();
     77  OrxGui::GLGuiHandler::getInstance()->cursor()->loadTextureSequence(ResourceManager::getInstance()->getDataDir() + "/" + "maps/reap_mouse/reap_mouse_##.tif", 0, 49);
    7678  /////
    7779
Note: See TracChangeset for help on using the changeset viewer.