Skip to content

Commit

Permalink
- Why the hell their all 2 option check :< (MainMenu.cs)
Browse files Browse the repository at this point in the history
- Oops, my bad (MenuController.cs)
  • Loading branch information
Linhmoi committed May 4, 2020
1 parent 8897f17 commit 82a495b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions Solataire/Assets/Scripts/Menus/MainMenu/MainMenu.cs
Original file line number Diff line number Diff line change
Expand Up @@ -59,10 +59,6 @@ public void OnButtonPressed(int buttonId)
{
break;
}
case 10: //Option
{
break;
}
case 11: //Challenger
{
break;
Expand Down
2 changes: 1 addition & 1 deletion Solataire/Assets/Scripts/Menus/MenuController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ private void ShowPopup(EventParam param)
}
else
{
m_PopupList.Add(tag, Instantiate(m_NewGamePopupPrefab, Vector3.zero, Quaternion.identity));
m_PopupList.Add(tag, Instantiate(m_GameResultPopupPrefab, Vector3.zero, Quaternion.identity));
//m_PopupList[tag].GetComponent<>
}
break;
Expand Down

0 comments on commit 82a495b

Please sign in to comment.