Game UI ready
This commit is contained in:
@@ -6,11 +6,6 @@ public class StartScreenView : MonoBehaviour
|
||||
[SerializeField] private GameObject startScreen;
|
||||
public Button tapToStartButton;
|
||||
|
||||
private void Start()
|
||||
{
|
||||
//startScreen.SetActive(true);
|
||||
}
|
||||
|
||||
public void Show()
|
||||
{
|
||||
startScreen.SetActive(true);
|
||||
|
||||
Reference in New Issue
Block a user