Skip to main content

All Questions

Tagged with
1 vote
1 answer
125 views

Reference wind directions to texture space?

I have a 2D array filled with a simple class: class Tile { boolean N,E,S,W; } I also have a tilesheet representing all possible outcomes except all false (12 + crossroad). Now i need to reference ...
Madmenyo's user avatar
  • 125