We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99e7181 commit 3a33f27Copy full SHA for 3a33f27
CHANGELOG.md
@@ -7,6 +7,9 @@
7
[#] Bug Fixes<br>
8
[.] Others
9
10
+### V 2.2.3 - 17/05/2025
11
+[#] ControlComponent : Reset Direction when no movement
12
+
13
### V 2.2.2 - 11/05/2025
14
[\~] AutoComponent : Now check CollisionComponent when movements
15
SharpEngine.Core/Manager/DebugManager.cs
@@ -33,7 +33,7 @@ public static class DebugManager
33
{
34
{ "Raylib-cs", "7.0.1" },
35
{ "ImGui.NET", "1.91.6.1" },
36
- { "SharpEngine.Core", "2.2.2" }
+ { "SharpEngine.Core", "2.2.3" }
37
};
38
39
/// <summary>
0 commit comments