This commit is contained in:
parent
895ac32d27
commit
a7a1b53709
6 changed files with 166 additions and 94 deletions
|
@ -33,9 +33,9 @@ void CNpcMotherJellyfishBackground::postInit()
|
|||
{
|
||||
CNpcEnemy::postInit();
|
||||
|
||||
CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
T->SetUp(128,4,8,16);
|
||||
T->SetOtPos( 15 );
|
||||
// CFXJellyFishLegs *T=(CFXJellyFishLegs*)CFX::Create(CFX::FX_TYPE_JELLYFISH_LEGS,this);
|
||||
// T->SetUp(128,4,8,16);
|
||||
// T->SetOtPos( 15 );
|
||||
|
||||
m_actorGfx->SetOtPos( 15 );
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue