Hey, I’m using an isometric tile map, and I want to be able to wrap it. For instance, if the viewpoint is 3 tiles away from the rightmost edge of the map, and 6 tiles are drawn horizontally, then it would show the last three tiles X of the map and then the first three tiles X.
I’ve been able to do this on a square map, but not an isometric one. Any help is appreciated.