bparc / rogue

MIT License
1 stars 0 forks source link

maps being rendered with different tile states #6

Open emlos opened 17 hours ago

emlos commented 17 hours ago

In most iso/grid based games, the outer tiles have an edge, corners etc, and the center tiles are usually plain edged. for our map making/terrain generation we should probably take that into account, either in the tile rendering logic, or during map creation.