Skip to content

Commit

Permalink
Update unity scene
Browse files Browse the repository at this point in the history
  • Loading branch information
Max-Lovell committed Nov 19, 2024
1 parent 8770584 commit 08dec9c
Show file tree
Hide file tree
Showing 3 changed files with 291 additions and 41 deletions.
39 changes: 2 additions & 37 deletions .idea/.idea.Doggo-Nogo/.idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

291 changes: 288 additions & 3 deletions Assets/Scenes/Simple RT.unity

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Assets/Scripts/Controllers/Level1/Level1UIController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ private void HandleTrialCompleted(TrialResult result)
private void HandleInvalidResponse(string reason)
{
// Probably no need for this event - that's extracted elsewhere.
//feedbackView.ShowInvalidResponse(reason);
// feedbackView.ShowInvalidResponse(reason);
}

}

0 comments on commit 08dec9c

Please sign in to comment.