Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 9, 2013, 2:08:26 PM (12 years ago)
Author:
zifloria
Message:

tweaking + still trying to figure out explosions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/invaders/src/modules/invader/InvaderWeaponEnemy.cc

    r9874 r9879  
    4848        // SUPER(InvaderWeaponEnemy, shot);
    4949        // only shoot in foreward direction
    50         projectile->setVelocity(Vector3(1, 0, 0) * -500);
     50        projectile->setVelocity(Vector3(1, 0, 0) * 300);
    5151        // projectile->setOrientation(Quaternion(sqrt(0.5),0,sqrt(0.5),0));
    5252    }
Note: See TracChangeset for help on using the changeset viewer.