gives me an error on Linux (installed via itch app):
Unhandled exception. System.FormatException: The input string '0.25' was not in a correct format.
at System.Number.ThrowOverflowOrFormatException(ParsingStatus, ReadOnlySpan`1, TypeCode )
at System.Number.ParseSingle(ReadOnlySpan`1, NumberStyles, NumberFormatInfo)
at System.Single.Parse(String)
at System.Convert.ToSingle(String)
at LD54.Data.PackageData.Initialize(String) in /home/cosmonaut/programming/LD54/LD54/Data/PackageData.cs:line 97
at LD54.LD54.LoadContent() in /home/cosmonaut/programming/LD54/LD54/LD54.cs:line 151
at Microsoft.Xna.Framework.Game.Initialize() in /home/cosmonaut/programming/LD54/FNA/src/Game.cs:line 655
at Microsoft.Xna.Framework.Game.DoInitialize() in /home/cosmonaut/programming/LD54/FNA/src/Game.cs:line 776
at Microsoft.Xna.Framework.Game.Run() in /home/cosmonaut/programming/LD54/FNA/src/Game.cs:line 408
at LD54.LD54.Main() in /home/cosmonaut/programming/LD54/LD54/LD54.cs:line 81
[1] 149947 IOT instruction (core dumped) ./LondonJerry