Changeset 9179 in orxonox.OLD for branches/presentation/src/util
- Timestamp:
- Jul 5, 2006, 12:27:18 AM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/presentation/src/util/hud.cc
r9014 r9179 187 187 this->_radar->setCenterNode(State::getPlayer()->getPlayable()); 188 188 this->_radar->addEntityList(&State::getObjectManager()->getObjectList((OM_LIST)(State::getPlayer()->getPlayable()->getOMListNumber()+1)), Color(.4, .4, 1.0)); 189 this->_radar->addEntityList(&State::getObjectManager()->getObjectList(OM_GROUP_02), Color(1.0, .2, .2)); 189 190 this->_radar->setAbsCoor2D(0.8 * this->resX, 0.01 * this->resY); 190 191 this->_radar->setWidgetSize(0.2 * this->resX, 0.2 * this->resY);
Note: See TracChangeset
for help on using the changeset viewer.