From 285a53437e8c4a95e30a33ababb0fe45df248cd0 Mon Sep 17 00:00:00 2001 From: Joey Pollack Date: Fri, 6 May 2022 17:29:04 -0400 Subject: [PATCH] added todo tasks --- docs/core.todo | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/core.todo b/docs/core.todo index d4b71f8..745f0be 100644 --- a/docs/core.todo +++ b/docs/core.todo @@ -4,6 +4,8 @@ Build System: ✔ Modify .sh scripts to recognize the noeditor flag @done (1/25/2022, 3:59:23 PM) Core: + ☐ Move internal libs back into the core and refactor @high + ☐ Replace the File Browser (imgui) class with the NFD library (https://github.com/btzy/nativefiledialog-extended) @high ☐ For scripting switch to Wren instead of LUA @high ☐ Add log settings to the state file ✔ Add run modes (Editor, Game, Test) to state file @done (9/15/2021, 7:27:03 PM)