Bittrix- An isometric grid based movement game [Update Log]

I think it would be best to create your own grid layout with these squares, like having an origin (0,0) and moving the characters to the represented tile / grid. If you want flow movement like velocity, up would be like 5X and -3Y. And grid movement would easiest be to use +32X and -64Y in the movement bundle.

1 Like