Version 4.0.1 Release
Description
This release brings in recent fixes from pull requests as well as updates MonoGame.Extended to use the new MonoGame 3.8.2.1105 release and now targets net8.0
Change Log
VortexModifier
now properly makes use of theMaxSpeed
property. @AristurtleDev #921rayNearDistance
andrayFarDistance
are now properly swapped inPrimitivesHelper.IntersectsSlab()
. @AristurtleDev #922- Resolved issue where an
ArgumentNullException
was thrown when loading BitmapFonts due to thebmfFile.Path
value not being set. @AristurtleDev #924 - Resolved issue for FNA in
ColorExtensions.FromArgb
due to FNAColor
struct not having a constructor that accepts a uint packed value. @ValorZard #925 - Updated for MonOGame 3.8.2.1105 release @AristurtleDev #926
- MonoGame References updated to 3.8.2.1105
- MonoGame.Extended target framework updated to net8.0
Vector2Extensions.Rotate
has been marked deprecated for MonoGame targets only (KNI and FNA still use this). With the release of MonoGame 3.8.2.1105, MonoGame now has a built in method for rotating aVector2
. @AristurtleDev #926