made some changes to double jump
This commit is contained in:
@@ -171,7 +171,7 @@ public class PlayerBehavior : MonoBehaviour
|
||||
}
|
||||
else if (col.tag == "Trumpet")
|
||||
{
|
||||
this.playerController.in_range = true;
|
||||
this.playerController.in_range = false;
|
||||
this.playerController.enemy = null;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user