sashman / kingdomforge

2 stars 1 forks source link

Filling cliff gaps #4

Closed sashman closed 11 years ago

sashman commented 11 years ago

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.

Only new assets need to be added to this repository.

sashman commented 11 years ago

New sprites assets have been added and packed, just waiting for the terrain_generator to provide updated maps