From 89b059abfb786299fdd7ab2ebdd37649a1058f3e Mon Sep 17 00:00:00 2001 From: Michele Date: Wed, 4 Nov 2020 09:12:04 +0000 Subject: [PATCH] working! --- MyGame/Game1.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MyGame/Game1.cs b/MyGame/Game1.cs index 9fcccbd..d6d8122 100644 --- a/MyGame/Game1.cs +++ b/MyGame/Game1.cs @@ -729,7 +729,7 @@ namespace MyGame { var content = Content.Load($"overlays/{tile.ID}"); - System.Console.WriteLine(tile.Rotation); + // System.Console.WriteLine(tile.Rotation); if (tile.Intersection) { var posX = tile.X * _tileSize;