Exemplo n.º 1
0
 public override void OnEnter(AriesEntity entity, Telegram msg)
 {
     base.OnEnter(entity, msg);
     m_jumpComp.ResetForJump1();
     m_rigid.velocity = new Vector2(m_rigid.velocity.x, 0);// give a min velocity of y
 }