From 071a9b43d43578b0f9be4874a54c71a2ff302890 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 1 May 2023 16:59:51 -0700 Subject: [PATCH] FIXED BROKEN COMMIT for whatever reason the player animator was not being accessed, this should fix it --- Assets/.DS_Store | Bin 10244 -> 10244 bytes Assets/Scripts/PlayerBehavior.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/Assets/.DS_Store b/Assets/.DS_Store index accb028b0315f77bea8ab96dc6b480cc72631867..dde32dc726ed806c6ae0ddb8aeadc581e2efe52f 100644 GIT binary patch delta 19 acmZn(XbIS`RD#VwN5R(); + animator = this.gameObject.GetComponent(); GameObject.Find("Main Camera").GetComponent().player = this.gameObject; playerIsAlive = true; }