This commit is contained in:
parent
7b93d41657
commit
c0b9dcf1aa
8 changed files with 181 additions and 68 deletions
|
@ -122,9 +122,12 @@ void CNpcEnemy::processCloseHermitCrabAttack( int _frames )
|
|||
|
||||
moveX = 6 * _frames;
|
||||
|
||||
m_heading = 0;
|
||||
|
||||
if ( m_extendDir == EXTEND_LEFT )
|
||||
{
|
||||
moveX = -moveX;
|
||||
m_heading = 2048;
|
||||
}
|
||||
|
||||
groundHeight = m_layerCollision->getHeightFromGround( Pos.vx, Pos.vy, yMovement + 16 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue