Tile transitions - external vs internal
- by omgnoseat
I've been looking at a couple of games and noticed that the transitions between tiles are handled somewhat different.
I was wondering which methods are to be used in different situations and why. I'm currently using internal edges in a top-down game, and it's working out so far. But I don't want to run into problems later on, and have to redo…