This commit is contained in:
parent
17a4463ac2
commit
38b97c7111
13 changed files with 185 additions and 3 deletions
|
@ -755,6 +755,21 @@ void CNpcMotherJellyfishEnemy::render()
|
|||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
void CNpcMotherJellyfishEnemy::renderOnMapScreen( DVECTOR drawPos )
|
||||
{
|
||||
SprFrame = NULL;
|
||||
|
||||
SprFrame = m_actorGfx->Render(drawPos,0,0,false);
|
||||
m_actorGfx->RotateScale( SprFrame, drawPos, 0, ONE, ONE );
|
||||
for ( int i = 0 ; i < 4 ; i++ )
|
||||
{
|
||||
legs[i]->renderOnMapScreen( drawPos );
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
/*void CNpcMotherJellyfishEnemy::processUserCollision( CThing *thisThing )
|
||||
{
|
||||
}*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue