mirror of
https://github.com/Leahnaya/TheKingsRace.git
synced 2026-09-08 18:35:18 -05:00
Updated PlayerPrefab
Implemented Slide into player Added CamFollow
This commit is contained in:
@@ -13,7 +13,7 @@ public class PlayerInventory : MonoBehaviour
|
||||
|
||||
void Awake(){
|
||||
pStats = GetComponent<PlayerStats>();
|
||||
DontDestroyOnLoad(this.gameObject);
|
||||
DontDestroyOnLoad(transform.parent.gameObject);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user