diff --git a/Assets/Chime Puzzle.unity b/Assets/Chime Puzzle.unity index be42846..0d54b40 100644 Binary files a/Assets/Chime Puzzle.unity and b/Assets/Chime Puzzle.unity differ diff --git a/Assets/ChimePuzzle.cs b/Assets/ChimePuzzle.cs index d54baf1..4dcd8f1 100644 --- a/Assets/ChimePuzzle.cs +++ b/Assets/ChimePuzzle.cs @@ -34,6 +34,7 @@ void Update() { if (SimonSaysSwitch.GetComponent().pressed == true) { + Debug.Log("RESET"); bpressed.Clear(); SimonSaysSwitch.GetComponent().pressed = false;