Changeset 6700 in orxonox.OLD for trunk/src/world_entities/space_ships
- Timestamp:
- Jan 25, 2006, 3:10:17 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/world_entities/space_ships/space_ship.cc
r6696 r6700 143 143 // cycle = 0.0; 144 144 145 this->set MaxEnergy(100);146 this->set Energy(80);145 this->setHealthMax(100); 146 this->setHealth(80); 147 147 148 148 travelSpeed = 40.0;
Note: See TracChangeset
for help on using the changeset viewer.