This commit is contained in:
parent
fde635679e
commit
e22338a253
5 changed files with 6 additions and 1 deletions
|
@ -185,6 +185,8 @@ void CNpcMotherJellyfishEnemy::processMovement( int _frames )
|
|||
DVECTOR newPos = Pos;
|
||||
projectile->init( newPos, heading );
|
||||
projectile->setGraphic( FRM__LIGHTNING1 );
|
||||
projectile->setSpeed( 6 );
|
||||
projectile->setXScale( 8192 );
|
||||
|
||||
m_movementTimer = GameState::getOneSecondInFrames() * 5;
|
||||
m_pulsateTimer = GameState::getOneSecondInFrames();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue