! Note: This uses features from the v2.0.0 engine branch, so should be put into a v2 module branch
This PR adds an example world generator using zones and layers. More information on these can be found on the wiki.
It is a simple generator based on the perlin generator, but all of the features are implemented with layers and zones, to show how they can be used in practice.
! Note: This uses features from the
v2.0.0
engine branch, so should be put into a v2 module branchThis PR adds an example world generator using zones and layers. More information on these can be found on the wiki.
It is a simple generator based on the perlin generator, but all of the features are implemented with layers and zones, to show how they can be used in practice.