From acc82bd646317f3640a05e053cc345162898f783 Mon Sep 17 00:00:00 2001 From: N4K Date: Fri, 18 Aug 2023 05:51:17 +0300 Subject: [PATCH] fix map file --- DangerousD/Content/map.tmx | 3 --- DangerousD/GameCore/Managers/AppManager.cs | 2 +- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/DangerousD/Content/map.tmx b/DangerousD/Content/map.tmx index 98f3653..9afca4d 100644 --- a/DangerousD/Content/map.tmx +++ b/DangerousD/Content/map.tmx @@ -66,13 +66,10 @@ -<<<<<<< HEAD -======= ->>>>>>> ea55e2b4f2b2b9af627579f3c4b82bdf0171d80b diff --git a/DangerousD/GameCore/Managers/AppManager.cs b/DangerousD/GameCore/Managers/AppManager.cs index 33327c7..1d75e73 100644 --- a/DangerousD/GameCore/Managers/AppManager.cs +++ b/DangerousD/GameCore/Managers/AppManager.cs @@ -205,7 +205,7 @@ namespace DangerousD.GameCore case GameState.Lobby: break; case GameState.Game: - GameManager.mapManager.LoadLevel("lvl"); + GameManager.mapManager.LoadLevel("map"); GameManager.FindBorders(); break; case GameState.Death: