miepzerino
2025-04-05 ad8af928065a506d0d28f98d51222d7afa1f47e2
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()