made some changes to double jump

This commit is contained in:
Bryanna
2023-04-28 16:18:50 -07:00
parent db0e7665f7
commit ac035cecf9
3 changed files with 61 additions and 17 deletions

View File

@@ -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;
}
}