Pausen funktion funktioniert komplet UI handler bisschen geändert

This commit is contained in:
2026-06-18 15:04:35 +02:00
parent ba65eef664
commit 988b763272
6 changed files with 29 additions and 740 deletions
+4
View File
@@ -14,6 +14,10 @@ public class UIHandler : MonoBehaviour
{
SceneManager.LoadScene(sceneName);
}
public void show()
{
gameObject.SetActive(false);
}
public void Quit()
{