This commit is contained in:
parent
952fb82287
commit
f613848385
27 changed files with 552 additions and 730 deletions
|
@ -27,6 +27,13 @@
|
|||
#include <ACTOR_BALLBLOB_ANIM.h>
|
||||
#endif
|
||||
|
||||
void CNpcBallBlobEnemy::postInit()
|
||||
{
|
||||
m_heading = m_fireHeading = 128;
|
||||
|
||||
m_npcPath.setPathType( CNpcPath::PONG_PATH );
|
||||
}
|
||||
|
||||
void CNpcBallBlobEnemy::processMovement( int _frames )
|
||||
{
|
||||
s32 moveX = 0, moveY = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue