This commit is contained in:
parent
3a83575bac
commit
be46f17cee
1 changed files with 11 additions and 2 deletions
|
@ -56,8 +56,17 @@ void CNpcMotherJellyfishEnemy::postInit()
|
||||||
m_health = CLevel::getBossHealth();
|
m_health = CLevel::getBossHealth();
|
||||||
}
|
}
|
||||||
|
|
||||||
// CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||||
// T->SetUp(128,4,8,16);
|
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…
Add table
Reference in a new issue