leuat / TRSE

Turbo Rascal Syntax Error full repo
GNU General Public License v3.0
243 stars 44 forks source link

Grid size is out #812

Closed AndyHOvine closed 1 year ago

AndyHOvine commented 1 year ago

The Grid type (I'm testing with 2x2) is out by 1 pixel on the x and y.

image

Here's what it looks like further down the canvas, easy to see on the Y axis here because the head of this character is aligned to the top of the 8x8 character blocks. Same happens on the X axis, both 1 pixel too wide/tall.

leuat commented 1 year ago

Fixed! this was an integer/float bug... thanks for finding it =)