Suggested changes

This commit is contained in:
2017-03-07 02:16:21 -05:00
parent 90b7545758
commit 9f64d7f2cd
6 changed files with 79 additions and 37 deletions

View File

@@ -5,11 +5,6 @@
public static void Main(string[] args)
{
using (var gw = new HexRender(1280, 720)) gw.Run();
// var tile = JsonConvert.DeserializeObject<TileInfo>("{\"mesh\":\"RightColumn\", \"pos\": {\"x\": 1, \"y\": 2, \"z\": 3}}");
//
// Console.Out.WriteLine("tile = {0}", tile);
// Console.ReadKey();
}
}
}