: Tiling seamless diagonal lines I'm working on a tile-based game, and I'd like to have diagonal lines for (32x32) tiles. The problem is, whenever you tile them, they look like this: How do
I'm working on a tile-based game, and I'd like to have diagonal lines for (32x32) tiles. The problem is, whenever you tile them, they look like this:
How do I make it seamlessly tile?
More posts by @Jennifer810
2 Comments
Sorted by latest first Latest Oldest Best
If your lines should perfectly align to pixels, then you must choose a spacing that's a divisor of 32.
This leaves you with line-spacings of 2, 4, 8 and 16. And since 1 pixel is occupied by the line itself, your possible "blank" lines between your lines are 1, 3, 7 and 15.
Terms of Use Create Support ticket Your support tickets Stock Market News! © vmapp.org2024 All Rights reserved.