This commit is contained in:
parent
429e2197f2
commit
313762dc1a
8 changed files with 105 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
class CNpcSmallJellyfishEnemy : public CNpcEnemy
|
||||
{
|
||||
public:
|
||||
void render();
|
||||
virtual void render();
|
||||
virtual int getFrameCount() {return( FRM_JELLYFISH1_SWIM6 - FRM_JELLYFISH1_SWIM1 + 1 );}
|
||||
virtual u8 canCollideWithEnemy() {return( false );}
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue