Skip to content

Commit

Permalink
Fixed "Sit Out"
Browse files Browse the repository at this point in the history
  • Loading branch information
EliteAsian123 committed Apr 23, 2023
1 parent 22967e2 commit 53c4e32
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions Assets/Script/UI/DifficultySelect.cs
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ public void Next() {

if (state == State.INSTRUMENT) {
if (selected >= instruments.Length) {
player.chosenInstrument = null;
IncreasePlayerIndex();
} else {
player.chosenInstrument = instruments[selected];
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ MonoBehaviour:
m_SerializedData: []
m_GUID: 1fc303ae4b596034592a9c3d3864493f
m_SerializeEntries:
- m_GUID: 66fae0a679753ea4a9110a183b8d2af9
m_Address: FontSprites
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 5b03c2f1f2df12f4f9b6cdfb655a3f3b
m_Address: Tracks/Drums
m_ReadOnly: 0
Expand Down Expand Up @@ -72,6 +67,11 @@ MonoBehaviour:
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
- m_GUID: 66fae0a679753ea4a9110a183b8d2af9
m_Address: FontSprites
m_ReadOnly: 0
m_SerializedLabels: []
FlaggedDuringContentUpdateRestriction: 0
m_ReadOnly: 0
m_Settings: {fileID: 11400000, guid: e05274e5aee7ff54bb550557e8a635f2, type: 2}
m_SchemaSet:
Expand Down

0 comments on commit 53c4e32

Please sign in to comment.