Hi,
Can anyone help with creating a tiled layout like this http://www.tilehomeguide.com/wp-content/uploads/2013/07/7306527_s.jpg. I can create a tiled layout of squares no problem but I want these to be rotated 45 degrees
Hi,
Can anyone help with creating a tiled layout like this http://www.tilehomeguide.com/wp-content/uploads/2013/07/7306527_s.jpg. I can create a tiled layout of squares no problem but I want these to be rotated 45 degrees
In this case, rather than squares, you could have tileable “X” images. Start half a tile off the screen on the top and left, and do both an extra row and column at the end. If you need to look tiles up by position it’s a little extra work, but if that’s not a concern, I’d go with that.
In this case, rather than squares, you could have tileable “X” images. Start half a tile off the screen on the top and left, and do both an extra row and column at the end. If you need to look tiles up by position it’s a little extra work, but if that’s not a concern, I’d go with that.