Open lstrzebinczyk opened 10 years ago
We need to be able to have a different z-index for tiles.
In current code we can probably just make the river and some tiles near it 1 level lower, and we can update graphics and rendering later.
So this should be pretty simple, just add z-index to Tile class and set it during map creation.
We need to be able to have a different z-index for tiles.
In current code we can probably just make the river and some tiles near it 1 level lower, and we can update graphics and rendering later.
So this should be pretty simple, just add z-index to Tile class and set it during map creation.