Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 4, 2005, 2:50:01 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: AimingTurret with GuidedMissiles :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/spaceshipcontrol/src/world_entities/weapons/guided_missile.cc

    r5779 r5913  
    4949  this->energyMax = 10;
    5050  this->lifeSpan = 5;
    51   this->agility = 5;
     51  this->agility = 20;
    5252  this->maxVelocity = 100;
    5353
     
    151151void GuidedMissile::tick (float time)
    152152{
     153  printf("test\n");
    153154  //Vector v = *this->flightDirection * ( this->speed * time * 1000 + 0.1);
    154155  if (target != NULL && target->getParent() != NullParent::getInstance())
Note: See TracChangeset for help on using the changeset viewer.