Skip to content

Commit

Permalink
one more detail for notation interaction
Browse files Browse the repository at this point in the history
  • Loading branch information
levimhuillet committed Sep 25, 2024
1 parent 1f36113 commit c173e07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Assets/Project/Scripts/UI/PlayerNotations/PlayerNotation.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ private void OnMainClicked()
{
m_NoteGroup.alpha = 0;
m_NoteGroup.interactable = false;
m_NoteGroup.blocksRaycasts = false;
}
else
{
m_NoteGroup.alpha = 1;
m_NoteGroup.interactable = true;
m_NoteGroup.blocksRaycasts = true;
}

m_IsOpened = !m_IsOpened;
Expand Down

0 comments on commit c173e07

Please sign in to comment.