From d7f8e60dce16d3ea189445051be70b17b2a0aa8b Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 22 Nov 2019 20:33:49 +0100 Subject: [PATCH] Update to Readme.md. --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index a44878bc..f9e5f964 100644 --- a/README.md +++ b/README.md @@ -66,12 +66,18 @@ This will happen in the next few days. To be able to open this project you will need a few engine modules compiled into godot, namely: https://github.com/Relintai/world_generator.git + https://github.com/Relintai/entity_spell_system.git + https://github.com/Relintai/ui_extensions.git + https://github.com/Relintai/voxelman.git + https://github.com/Relintai/texture_packer.git + https://github.com/Relintai/godot_fastnoise.git + These modules should be more like core modules. Game specific c++ features will go to a different module. I'll set it up soon. ## Compiling