Browse Source

disable setting console size

master
parent
commit
11ceb62fa8
  1. 1
      theGame/Program.cs

1
theGame/Program.cs

@ -19,7 +19,6 @@ namespace theGame
{
System.Threading.Thread.Sleep(100);
Console.SetWindowSize(80, 25);
Console.Clear();
for (int i = 0; i < 20; i++)

Loading…
Cancel
Save