Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(2 edits)

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 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)

(1 edit)

what do you mean by . for , do you mean countries that use 1,111.1 or 1.111,1

no i mean on certain countries they use this symbol as a comma `,` and some others this '.' and because the level file looks like this `1.11,1.11,90` on countries that use this symbol as a comma `,` it just gets confused