Questions tagged [tile-engine]
17 questions
0
votes
1 answer
How to fix this tile engine in C#/XNA
I have been working on a basic tile engine for a project of mine and have managed to get it to a fairly functional state. However one main problem is that when I run the code, the tiles will always start to draw at (16, 0) rather than (0, 0):
…

Matthew
- 3
- 1
0
votes
1 answer
Items drawing relative to player when near edge of map
I have a tile engine and that's all working swell, my player walks around all good, I'm working on adding items, the player is always in the centre of the screen, until he gets close to the edges of the world then he starts going close to the…

David Wood
- 479
- 6
- 14