From 1c2246716c2c7c99503dbe223033dfec2657622e Mon Sep 17 00:00:00 2001 From: Relintai Date: Sat, 11 Jun 2022 13:49:06 +0200 Subject: [PATCH] Added an another todo. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 32644ffda..db5c07ebc 100644 --- a/TODO.md +++ b/TODO.md @@ -30,3 +30,7 @@ - Add support for enabling / disabling editor plugins, and also add a gui for this. (Like how the gdscript addons can be enabled/disabled, but for built in c++ stuff.) It will need support for either exlusion, or dependencies. (Dependencies would be better.) - Modularize the editor. Should probably add a new editor_modules folder (Just normal modules, but they won't get compiled if tools are disabled). + +## Engine + +- Add a built in logger singleton, with possibly a replacable (even from script) log interface.