changed some tambourine behavior

also working on level layout
This commit is contained in:
slevy14
2023-04-28 22:07:28 -07:00
parent ac035cecf9
commit ed3fcf541c
4 changed files with 1124 additions and 2291 deletions

View File

@@ -75,7 +75,7 @@ public class TambourineBehavior : MonoBehaviour {
IEnumerator CheckToDestroy() {
yield return new WaitForSeconds(5f);
print("waited 5");
// print("waited 5");
if (!player.GetComponent<PlayerBehavior>().grapplingRope.isGrappling) {
DestroySelf();
}