public static void Init(char[][] map) { screenWidth = ScreenManager.screenWidth; screenHeight = ScreenManager.screenHeight; mapbox = new MapBox(map); mapbox.Create( new Point(mapBoxColPos, mapBoxRowPos), new Size(ScreenManager.screenWidth, 12), ConsoleColor.White, ConsoleColor.Black); }
public static void Init() { screenWidth = ScreenManager.screenWidth; screenHeight = ScreenManager.screenHeight; mapbox = new MapBox(); mapbox.Create( new Point(mapBoxColPos, mapBoxRowPos), new Size(ScreenManager.MapWindowsWidth, ScreenManager.MapWidowHeight), ConsoleColor.White, ConsoleColor.Black); }