A c++ engine module for the godot engine. Contains lots of classes to help with world generation.
Go to file
2020-07-22 01:59:53 +02:00
data Same thing with DungonRooms and Corridors. 2020-07-21 19:32:21 +02:00
doc_classes Sync classref with current source. 2020-04-20 17:37:18 +02:00
main Now instance() will create the proper class instance, and also set up the script on it. 2020-07-22 01:59:53 +02:00
queued
.gitignore
config.py Same thing with DungonRooms and Corridors. 2020-07-21 19:32:21 +02:00
config.pyc
LICENSE Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00
README.md
register_types.cpp Same thing with DungonRooms and Corridors. 2020-07-21 19:32:21 +02:00
register_types.h Updated the license for 2020, and added it to the top of the cpp files (Except the files in the ququed folder, as most of it will be deleted). 2020-01-31 19:57:03 +01:00
SCsub Same thing with DungonRooms and Corridors. 2020-07-21 19:32:21 +02:00
world_generator.cpp Merged PlanetData into Planet. 2020-07-21 17:28:28 +02:00
world_generator.h Merged PlanetData into Planet. 2020-07-21 17:28:28 +02:00

World Generator

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