diff --git a/Install-Package b/Install-Package new file mode 100644 index 0000000..e69de29 diff --git a/ZoFo/GameCore/GameObjects/StopObject.cs b/ZoFo/GameCore/GameObjects/StopObject.cs new file mode 100644 index 0000000..cddb0d5 --- /dev/null +++ b/ZoFo/GameCore/GameObjects/StopObject.cs @@ -0,0 +1,8 @@ +using System; + +namespace ZoFo.GameCore.GameObjects; + +public class StopObject +{ + +} diff --git a/ZoFo/GameCore/GameObjects/Tile.cs b/ZoFo/GameCore/GameObjects/Tile.cs new file mode 100644 index 0000000..16cc1c9 --- /dev/null +++ b/ZoFo/GameCore/GameObjects/Tile.cs @@ -0,0 +1,8 @@ +using System; + +namespace ZoFo.GameCore.GameObjects; + +public class Tile +{ + +} diff --git a/ZoFo/GameCore/ZoFo_grafics/AnimationBuilder.cs b/ZoFo/GameCore/ZoFo_grafics/AnimationBuilder.cs index ec544c7..d18303c 100644 --- a/ZoFo/GameCore/ZoFo_grafics/AnimationBuilder.cs +++ b/ZoFo/GameCore/ZoFo_grafics/AnimationBuilder.cs @@ -1,8 +1,9 @@ -/*using System; +using System; using System.Collections.Generic; using System.Text; using System.IO; using Newtonsoft.Json; +using Zofo.GameCore.ZoFo_grafics; namespace DangerousD.GameCore.Graphics { @@ -27,4 +28,3 @@ namespace DangerousD.GameCore.Graphics } } } -*/ \ No newline at end of file diff --git a/ZoFo/GameCore/ZoFo_grafics/AnimationContainer.cs b/ZoFo/GameCore/ZoFo_grafics/AnimationContainer.cs index ee9df51..36596d0 100644 --- a/ZoFo/GameCore/ZoFo_grafics/AnimationContainer.cs +++ b/ZoFo/GameCore/ZoFo_grafics/AnimationContainer.cs @@ -1,10 +1,10 @@ -/*using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework; using Newtonsoft.Json; using System; using System.Collections.Generic; using System.Text; -namespace DangerousD.GameCore.Graphics +namespace Zofo.GameCore.ZoFo_grafics { [Serializable] public class AnimationContainer @@ -30,4 +30,3 @@ namespace DangerousD.GameCore.Graphics } } -*/ \ No newline at end of file diff --git a/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs b/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs index 96e50d4..d3e65b2 100644 --- a/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs +++ b/ZoFo/GameCore/ZoFo_grafics/GraphicsComponent.cs @@ -1,6 +1,6 @@ -/*using ZoFo.GameCore.GameObjects; -using ZoFo.GameCore.Managers; -using ZoFo.GameCore.Network; +using ZoFo.GameCore.GameObjects; +using ZoFo.GameCore.GameManagers; +using ZoFo.GameCore.GameManagers.NetworkManager; using Microsoft.Xna.Framework; using Microsoft.Xna.Framework.Content; using Microsoft.Xna.Framework.Graphics; @@ -9,8 +9,9 @@ using System.Collections.Generic; using System.Linq; using System.Security.Cryptography.X509Certificates; using System.Text; +using Zofo.GameCore.ZoFo_grafics; -namespace DangerousD.GameCore.Graphics +namespace ZoFo.GameCore.ZoFo_graphics { public class GraphicsComponent @@ -274,4 +275,3 @@ namespace DangerousD.GameCore.Graphics public static Point CameraPosition = new Point(-700, 300); } } -*/ \ No newline at end of file diff --git a/ZoFo/ZoFo.csproj b/ZoFo/ZoFo.csproj index a216165..928cf03 100644 --- a/ZoFo/ZoFo.csproj +++ b/ZoFo/ZoFo.csproj @@ -11,19 +11,20 @@ Icon.ico - - + + - - + + - - + + + - - + + \ No newline at end of file