From 7f47a63e46c6af1b5dc8298892bd286b6920d240 Mon Sep 17 00:00:00 2001 From: SergoDobro Date: Sun, 18 Aug 2024 11:33:04 +0300 Subject: [PATCH 1/2] hotfix animation maker --- AnimationsFileCreator/Program.cs | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/AnimationsFileCreator/Program.cs b/AnimationsFileCreator/Program.cs index 45c6a06..4203494 100644 --- a/AnimationsFileCreator/Program.cs +++ b/AnimationsFileCreator/Program.cs @@ -1,13 +1,11 @@ -using DangerousD.GameCore.Graphics; -using Microsoft.Xna.Framework; +using Microsoft.Xna.Framework; using Newtonsoft.Json; using System; using NativeFileDialogSharp; using System.IO; using System.Linq; using System.Reflection.Metadata; -using Zofo.GameCore.ZoFo_grafics; - +using ZoFo.GameCore.Graphics; namespace AnimationsFileCreator { class Program From e0960fc8391d54d6b280c7e192062c45ffac0dea Mon Sep 17 00:00:00 2001 From: SergoDobro Date: Sun, 18 Aug 2024 12:04:34 +0300 Subject: [PATCH 2/2] working version --- ZoFo/GameCore/Server.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/ZoFo/GameCore/Server.cs b/ZoFo/GameCore/Server.cs index 26c939f..d0272db 100644 --- a/ZoFo/GameCore/Server.cs +++ b/ZoFo/GameCore/Server.cs @@ -127,6 +127,7 @@ namespace ZoFo.GameCore AppManager.Instance.server.RegisterGameObject(new EntittyForAnimationTests(new Vector2(40, 40))); AppManager.Instance.server.RegisterGameObject(new Player(new Vector2(740, 140))); AppManager.Instance.server.RegisterGameObject(new Ammo(new Vector2(140, 440))); + AppManager.Instance.server.RegisterGameObject(new Ammo(new Vector2(240, 440))); } ///