A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
Go to file
Relintai 290d973ea9 Quick and dirty Readme.md. 2019-11-22 00:57:24 +01:00
data Fix compile. 2019-11-16 23:56:56 +01:00
main Fix compile. 2019-11-16 23:56:56 +01:00
queued
.gitignore
LICENSE The project has MIT license now. 2019-11-22 00:55:42 +01:00
README.md Quick and dirty Readme.md. 2019-11-22 00:57:24 +01:00
SCsub Renamed PropData to WorldGeneratorPropData. 2019-11-07 19:47:59 +01:00
config.py
config.pyc
register_types.cpp Renamed PropData to WorldGeneratorPropData. 2019-11-07 19:47:59 +01:00
register_types.h
world_generator.cpp
world_generator.h

README.md

World Generator

World generator Engine module. Right now it's mostly data classes.