Thanks for the feedback, I’ve only managed to score 510 points :(
XDev
25
Posts
2
Followers
1
Following
A member registered Feb 12, 2022 · View creator page →
Creator of
Recent community posts
There are some globalization issues with the level editor that makes any level unplayable if you are from a country that uses . for ,
you should add this code: NumberStyles.Float, CultureInfo.InvariantCulture between the s variable and the out on every float.TryParse this should hopefully fix the issue so i can play the game
(btw thats why all of the objects get teleported to 0 space)