Open
Description
Describe the bug
Before the latest update comes
using platformer behavior by Default the [Round coordinates] comes checked and its working fine (before the update)
for example: if playerX = 142(for example) > quit the game
^this worked great before the updates come, when the player reaches 142X the game will quit
But now after the update, the event above^ is not working anymore because (Round coordinates) check is not working anymore, if its checked(by default it is) the game should take the platformer position as a number without commas, but now it Always take the number with Comma if the Round coordinates checked or not
as showing in the example here:
To Reproduce
Steps to reproduce the behavior:
- Go to events
- if player at Xpos or Ypos(both not working) = 142(for example)
- quit game
- Not gonna quit the game because the number is going to be like 142.51858...etc it will never comes to 142
Example project (its simple):
Bug.zip
Other details
- using windows
- Desktob app, latest version of Gdevelop beta 110