This commit is contained in:
parent
d9d7005122
commit
42b33334a4
7 changed files with 26 additions and 43 deletions
|
@ -42,6 +42,8 @@ void CNpcSmallJellyfishProjectileEnemy::postInit()
|
|||
CNpcEnemy::postInit();
|
||||
|
||||
m_lifetime = 8 * GameState::getOneSecondInFrames();
|
||||
|
||||
m_RGB = 255 + ( 128 << 8 ) + ( 255 << 16 );
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue