File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
SharpEngine.AetherPhysics Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 77[ #] Bug Fixes<br >
88[ .] Others
99
10+ ### V 1.2.2 - 23/12/2023
11+ [ \~ ] PhysicsComponent : AddRectangleCollision and AddCircleCollision return component<br />
12+ [ #] PhysicsComponent : GetPosition returns wrong position
13+
1014### V 1.2.1 - 10/12/2023
1115[ +] PhysicsSystem : CreateBody, GetEntityFromBody
1216
1620
1721### V 1.1.0 - 21/11/2023
1822[ .] Update Aether.Physics2D to 2.0.0<br />
19- [ .] Update SharpEngine.Core to 1.6.0
23+ [ .] Update SharpEngine.Core to 1.6.0< br />
2024[ .] Net 8
2125
2226### V 1.0.2 - 14/08/2023
Original file line number Diff line number Diff line change @@ -29,6 +29,6 @@ public static class SEAetherPhysics
2929 public static void AddVersions ( )
3030 {
3131 DebugManager . Versions . Add ( "Aether.Physics2D" , "2.0.0" ) ;
32- DebugManager . Versions . Add ( "SharpEngine.AetherPhysics" , "1.2.1 " ) ;
32+ DebugManager . Versions . Add ( "SharpEngine.AetherPhysics" , "1.2.2 " ) ;
3333 }
3434}
Original file line number Diff line number Diff line change 99 <Copyright >Copyright (c) LavaPower 2021-2023</Copyright >
1010 <PackageLicenseExpression >MIT</PackageLicenseExpression >
1111 <PackageProjectUrl >https://github.com/SharpEngine/SharpEngine.Aether</PackageProjectUrl >
12- <PackageVersion >1.2.1 </PackageVersion >
12+ <PackageVersion >1.2.2 </PackageVersion >
1313 <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1414 <PackageReadmeFile >README.md</PackageReadmeFile >
1515 <EnablePackageValisation >true</EnablePackageValisation >
You can’t perform that action at this time.
0 commit comments