TO SQUASH: Code formatting changes.

This commit is contained in:
2026-07-28 01:06:41 -04:00
parent caef6dbb71
commit 82735508c9
5 changed files with 24 additions and 18 deletions
+1 -1
View File
@@ -124,6 +124,6 @@ public class Player : MonoBehaviour
musicManager.pauseMusic();
audioSource.PlayOneShot(defeat);
yield return new WaitForSeconds(1.3f);
fader.resetFader();
fader.ResetFader();
}
}