Karate man game switch cue fix

This commit is contained in:
Braedon
2022-01-29 18:30:29 -05:00
parent e4cc930b7e
commit eee8a3952f
4 changed files with 9 additions and 5 deletions

View File

@ -35,7 +35,7 @@ namespace RhythmHeavenMania.Games.KarateMan
public static KarateJoe instance { get; set; }
private void Start()
private void Awake()
{
instance = this;
anim = GetComponent<Animator>();