Changeset 9001 in orxonox.OLD
- Timestamp:
- Jul 2, 2006, 6:57:09 AM (18 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/util/hud.cc
r9000 r9001 186 186 this->_radar->setCenterNode(State::getPlayer()->getPlayable()); 187 187 this->_radar->addEntityList(&State::getObjectManager()->getObjectList((OM_LIST)(State::getPlayer()->getPlayable()->getOMListNumber()+1)), Color(.4, .4, 1.0)); 188 this->_radar->setAbsCoor2D(0.8 * this->resX, 0. 1 * this->resY);188 this->_radar->setAbsCoor2D(0.8 * this->resX, 0.01 * this->resY); 189 189 this->_radar->setWidgetSize(0.2 * this->resX, 0.2 * this->resY); 190 190 this->_radar->show(); -
trunk/src/world_entities/elements/glgui_radar.cc
r9000 r9001 40 40 void GLGuiRadar::init() 41 41 { 42 this->setBackgroundTexture("gui_radar.png"); 43 42 44 this->_updateInterval = 1.0f; 43 45 this->_timePassed = 0.0f;
Note: See TracChangeset
for help on using the changeset viewer.