The new map format is still incomplete: when two corner cliffs meet, they are too small to join.
What needs to be done
The terrain_generator needs to be edited to add extra padding cliffs side by side of the corner cliffs if they have a corner cliff neighbour.
New assets need to be created and cliff types added to the spritesheet.
How to do it
When creating the map tile object in the contour file generator, check if the tile is a corner tile and then check whether it has corner cliff neighbours. Keep track of added cliff padding to make sure not have duplication.
Background
The new map format is still incomplete: when two corner cliffs meet, they are too small to join.
What needs to be done
The terrain_generator needs to be edited to add extra padding cliffs side by side of the corner cliffs if they have a corner cliff neighbour.
New assets need to be created and cliff types added to the spritesheet.
How to do it
When creating the map tile object in the contour file generator, check if the tile is a corner tile and then check whether it has corner cliff neighbours. Keep track of added cliff padding to make sure not have duplication.