Add options menu and sound volume options logic
This commit is contained in:
parent
dfed2cc0e4
commit
91482820da
5 changed files with 1384 additions and 12 deletions
|
@ -82,7 +82,6 @@ public class GameStateManager : MonoBehaviour
|
|||
break;
|
||||
}
|
||||
|
||||
Debug.Log(state);
|
||||
}
|
||||
|
||||
public bool IsGamePlaying()
|
||||
|
|
Reference in a new issue