janniklaval / phratch

Phratch is based on Scratch with more features
Other
21 stars 10 forks source link

Sprite coordinates and direction printed as float #224

Closed hilaire closed 7 years ago

hilaire commented 7 years ago

The playfield coordinates system is integer. Why do the sprite area show float rounded to 1 decimal for both the sprite coordinates and its direction? Any reason, or should we just print it as Integer?

Float

janniklaval commented 7 years ago

We should print it as integer

hilaire commented 7 years ago

Fixed in #466