From 0a1dd974fc9cb796fc5d42b667460074ffcd5228 Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 31 Dec 2022 20:26:46 +0100 Subject: [PATCH] Cleaned up the material maker module's readme. --- modules/material_maker/README.md | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/modules/material_maker/README.md b/modules/material_maker/README.md index c483988d0..c4d6092d3 100644 --- a/modules/material_maker/README.md +++ b/modules/material_maker/README.md @@ -1,21 +1,3 @@ -# mat_maker_gd +# Material Maker module -My goal with this project is to take Material Maker's ( https://github.com/RodZill4/material-maker ) code, -and make it an in-godot texture/image generator. - -~If it turns out well I'll probably turn it into a c++ engine module eventually.~ Done. - -Multi threading uses my threadpool engine module for now. - -## Status: - -Missing ~ 60 nodes from ~ 195. - -## TODOS - -- [ ] Go through the current MaterialMaker and add the code from all the new nodes. -- [ ] Go through the current MaterialMaker and update any old code. -- [ ] Add note to all files that has code from MaterialMaker. -- [ ] Proper readme.md. -- [ ] Per node seed like in the original. -- [ ] Port all the nodes. Missing ~ 60 from ~ 195 +This project is based on Material Maker's ( https://github.com/RodZill4/material-maker ) code.