This commit is contained in:
parent
1792d000ce
commit
4a305d0837
3 changed files with 8 additions and 4 deletions
|
@ -422,6 +422,7 @@ void CNpcAnemone2Enemy::processClose( int _frames )
|
|||
projectile->init( spikePos, heading, CProjectile::PROJECTILE_DUMBFIRE, CProjectile::PROJECTILE_FINITE_LIFE );
|
||||
projectile->setLayerCollision( m_layerCollision );
|
||||
projectile->setState( CProjectile::PROJECTILE_ATTACK );
|
||||
projectile->setSpeed( 5 );
|
||||
}
|
||||
|
||||
m_controlFunc = NPC_CONTROL_MOVEMENT;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue