This commit is contained in:
parent
3a83575bac
commit
be46f17cee
@ -56,8 +56,17 @@ void CNpcMotherJellyfishEnemy::postInit()
|
||||
m_health = CLevel::getBossHealth();
|
||||
}
|
||||
|
||||
// CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
// T->SetUp(128,4,8,16);
|
||||
CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
T->Setup(80,-5,0);
|
||||
|
||||
T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
T->Setup(40,0,0);
|
||||
|
||||
T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
T->Setup(-40,-5,1);
|
||||
|
||||
T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
T->Setup(-80,0,1);
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
Loading…
Reference in New Issue
Block a user