Skip to main content

All Questions

Tagged with
3 votes
2 answers
1k views

I know the language but still can't code like other peers [closed]

I have moved to a new job and code base (been doing C#, .NET, Windows Forms, etc. for last four years) and I have been on this for three months until today. During these three months I caught up with ...
DevWannaBe's user avatar
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