This commit is contained in:
parent
ea7e7d044d
commit
37b479de89
2 changed files with 9 additions and 1 deletions
|
@ -35,6 +35,10 @@
|
|||
#include "player\player.h"
|
||||
#endif
|
||||
|
||||
#include "fx\fx.h"
|
||||
#include "fx\fxjfish.h"
|
||||
|
||||
|
||||
#define MJ_CYCLE_WIDTH 400
|
||||
#define MJ_HALF_CYCLE_WIDTH ( MJ_CYCLE_WIDTH >> 1 )
|
||||
|
||||
|
@ -50,6 +54,9 @@ void CNpcMotherJellyfishEnemy::postInit()
|
|||
{
|
||||
m_health = CLevel::getBossHealth();
|
||||
}
|
||||
|
||||
CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
T->SetUp(128,4,8,16);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue