This commit is contained in:
Mootfrost777 2023-08-18 19:30:14 +03:00
parent d834423b7e
commit 7783f1dc82

View file

@ -77,7 +77,7 @@ namespace DangerousD.GameCore
DebugHUD = new DebugHUD();
UIManager.resolution = resolution;
UIManager.resolutionInGame = inGameResolution;
currentMap = "lvl2";
currentMap = "lvl";
}
protected override void Initialize()