Version: 0.79.0.1

This commit is contained in:
DrSmugleaf
2023-01-10 10:33:29 +01:00
parent cfd7e5575b
commit c74c99d3e3
2 changed files with 20 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
<Project>
<!-- This file automatically reset by Tools/version.py -->
<!-- This file automatically reset by Tools/version.py -->

View File

@@ -39,16 +39,31 @@ END TEMPLATE-->
### New features
*None yet*
### Bugfixes
*None yet*
### Other
*None yet*
### Internal
*None yet*
## 0.79.0.1
### New features
* Add helper GetDirection to SharedMapSystem that offsets a Vector2i in the specified direction by the specified distance.
### Bugfixes
* The fast TryFindGridAt overload will now also return the queried map's MapGridComponent if it exists.
### Other
*None yet*
### Internal
* Remove 2 TryGetComponents per physics contact per tick.