Changeset 5398 in orxonox.OLD for trunk/src/world_entities
- Timestamp:
- Oct 18, 2005, 6:28:54 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/weapons/crosshair.cc
r5396 r5398 63 63 this->setName("Crosshair"); 64 64 65 this->setLayer(E2D_ TOP);65 this->setLayer(E2D_LAYER_TOP); 66 66 this->setRotationSpeed(5); 67 67 this->setSize(GraphicsEngine::getInstance()->getResolutionX()/10.0);
Note: See TracChangeset
for help on using the changeset viewer.