This commit is contained in:
2025-06-02 17:45:24 -07:00
parent e20a783610
commit 5c11ae22dd

View File

@@ -7,7 +7,7 @@ public class MenuScript : MonoBehaviour
void Awake()
{
if (!Application.isMobilePlatform || Application.isEditor || Application.platform == RuntimePlatform.WebGLPlayer)
if (Application.isMobilePlatform || Application.isEditor || Application.platform == RuntimePlatform.WebGLPlayer)
{
exitButton.gameObject.SetActive(false);
}