added sound script and menu
This commit is contained in:
@@ -5,6 +5,7 @@ public class StartScreenController
|
||||
{
|
||||
private StartScreenView _view;
|
||||
public bool hasGameStarted = false;
|
||||
[Inject] GameScreenController gameScreenController;
|
||||
|
||||
public StartScreenController(StartScreenView view)
|
||||
{
|
||||
@@ -18,6 +19,7 @@ public class StartScreenController
|
||||
{
|
||||
_view.Hide();
|
||||
hasGameStarted = true;
|
||||
gameScreenController.ShowGameScreen();
|
||||
}
|
||||
|
||||
public void ShowStartScreen()
|
||||
|
||||
Reference in New Issue
Block a user