Tagged Questions
0
votes
1answer
298 views
Isometric drawing “Not Tile Stuff” on isometric map?
So I got my isometric renderer working, it can draw diamond or jagged maps...Then I want to move on...How do I draw characters/objects on it in a optimal way?
What Im doing now, as one can imagine, ...
9
votes
2answers
571 views
How to manage dependencies between tile map and units
I have a 2D tile-based strategy in the works. I'm wandering how to handle the relationship between the map and the units on the map.
Given a tile coordinate I'll need to be able to get the unit ...