squash commits

This commit is contained in:
2025-01-07 18:54:46 +02:00
parent 855639487b
commit 62c0a21987
3632 changed files with 708443 additions and 999 deletions
+1 -1
View File
@@ -5,6 +5,6 @@ public class StartUp : MonoBehaviour
// Start is called before the first frame update
void Start()
{
GameManager.Instance.Scene.Change("City");
// GameManager.Instance.Scene.Change("City");
}
}