miepzerino
2025-04-06 89ffa9ea09da478852ebe24f2ae2348c6b145edd
Assets/Scripts/Managers/GameManager.cs
@@ -92,7 +92,7 @@
        Debug.Log("done async map loading");
        levelChanger.GetComponent<Animator>().SetBool("SceneLoading", false);
        //Initialize background tiles after the tilemap is loaded
        InitializeBackgroundTiles();
        //InitializeBackgroundTiles();
        GameLoaded();
    }
    public void GameLoaded()