added sound script and menu
This commit is contained in:
@@ -7,6 +7,11 @@ public class StartScreenView : MonoBehaviour
|
||||
public GameObject startScreen;
|
||||
public Button playBtn;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
startScreen.SetActive(true);
|
||||
}
|
||||
|
||||
public void Hide()
|
||||
{
|
||||
startScreen.SetActive(false);
|
||||
|
||||
Reference in New Issue
Block a user