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)