Remove instancetiles

This commit is contained in:
2017-02-24 21:45:40 -05:00
parent 2710007ec2
commit ece5b0d30f
11 changed files with 35 additions and 212 deletions

View File

@@ -11,7 +11,7 @@ namespace hexworld
{
public static void Main(string[] args)
{
using (var gw = new HexWindow(1920, 1080))
using (var gw = new HexWindow(1280, 720))
{
gw.Run();
}