minor changes GraficsComponent

This commit is contained in:
Lev 2024-08-15 10:27:02 +03:00
parent 6593b9c1d6
commit c751d8fdd8

View file

@ -1,4 +1,4 @@
using ZoFo.GameCore.GameObjects; /*using ZoFo.GameCore.GameObjects;
using ZoFo.GameCore.GameManagers; using ZoFo.GameCore.GameManagers;
using ZoFo.GameCore.GameManagers.NetworkManager; using ZoFo.GameCore.GameManagers.NetworkManager;
using Microsoft.Xna.Framework; using Microsoft.Xna.Framework;
@ -275,3 +275,4 @@ namespace ZoFo.GameCore.ZoFo_graphics
public static Point CameraPosition = new Point(-700, 300); public static Point CameraPosition = new Point(-700, 300);
} }
} }
*/