From 4faf01a1c1ccb6bd09236fe38f44f964cb09060d Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 16 Jul 2022 15:50:42 +0200 Subject: [PATCH] Added a readme for the tx editor. --- modules/text_editor/README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 modules/text_editor/README.md diff --git a/modules/text_editor/README.md b/modules/text_editor/README.md new file mode 100644 index 000000000..21418ae05 --- /dev/null +++ b/modules/text_editor/README.md @@ -0,0 +1,5 @@ +# text_editor + +This module is the port of https://github.com/Relintai/godot-engine.file-editor which is a heavily modified +version of https://github.com/fenix-hub/godot-engine.file-editor . +