So I’ve been doing some playing around with this grid and I wanted it to move around X and Y.
To try to make this happen I draw gridSize+2 and I made the offset X and Y - 1 (so we have this extra 1 in every border -x/x/-y/y). Now when I’m animating I slide the offSet X or Y into the direction I want (minus or positive), after the animation of offset ends I update the logical position and then redraw the grid back to offset 0, whatever X or Y direction I moved.
My issue is that I can’t get to draw my columns out of my screen bounds.
Is this a limitation that I can get around?