You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update: This is indeed the case. In my test file i have two lines of code: screen.drawLine(2,2,5.5,2.5) screen.drawLine(5, 3, 5, 4)
I would expect the simulator to behave like the game, but instead:
vs
What I expected to happen
Drawing lines should look just like the game, but with pixel ratios being different on different displayed but whatever.
What happened instead
When drawing lines, and the values have decimals, the simulator often shortens the lines, unlike the game.
How do I reproduce this?
Reliable steps that should produce this issue:
2.The game should show the end of the line being at 5, 3 but i'm on mobile
Screenshots and Project zip file
Additional info
I'll update this with a comment once i reopen stormworks soon.
Edit 1: added images
The text was updated successfully, but these errors were encountered: