Pausen funktion funktioniert komplet UI handler bisschen geändert
This commit is contained in:
@@ -14,6 +14,10 @@ public class UIHandler : MonoBehaviour
|
||||
{
|
||||
SceneManager.LoadScene(sceneName);
|
||||
}
|
||||
public void show()
|
||||
{
|
||||
gameObject.SetActive(false);
|
||||
}
|
||||
|
||||
public void Quit()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user