map to lvl

This commit is contained in:
AnloGames 2023-08-18 14:36:57 +03:00
parent 221f5f15a2
commit 41d616d7f5

View file

@ -205,7 +205,7 @@ namespace DangerousD.GameCore
break;
case GameState.Game:
GameManager.mapManager.LoadLevel("map");
GameManager.mapManager.LoadLevel("lvl");
GameManager.FindBorders();