Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1927 in orxonox.OLD for orxonox/trunk/core/player.cc


Ignore:
Timestamp:
Jun 8, 2004, 8:20:14 PM (21 years ago)
Author:
bensch
Message:

orxonox/trunk/core: now the spirale is really nice

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/core/player.cc

    r1926 r1927  
    7878  shootLaser->addShootExt(xCor, yCor, zCor, .1, .4, .0);
    7979  shootLaser->addShootExt(xCor, yCor, zCor, -0.1, .4, .0);
    80    shootRocket->addBackParable(xCor, yCor, zCor);
     80  shootRocket->addBackParable(xCor, yCor, zCor);
    8181  shootRocket->addSideAcc(xCor, yCor, zCor, RIGHT);
    8282  shootRocket->addSideAcc(xCor, yCor, zCor, LEFT);
Note: See TracChangeset for help on using the changeset viewer.