This commit is contained in:
parent
30f38c3c45
commit
09bf0f7421
7 changed files with 141 additions and 39 deletions
|
@ -638,6 +638,10 @@ void CNpcEnemy::init()
|
|||
m_isCaught = false;
|
||||
m_isBlowerOn = false;
|
||||
m_speed = m_data[m_type].speed;
|
||||
|
||||
setCollisionSize( 100, 100 );
|
||||
|
||||
updateCollisionArea();
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue