From c81f43e4549c9579505b8a3685a25fee83d03577 Mon Sep 17 00:00:00 2001 From: Relintai Date: Fri, 5 Aug 2022 00:59:21 +0200 Subject: [PATCH] Added a todo. --- TODO.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TODO.md b/TODO.md index 608ea2067..4a0e6fa92 100644 --- a/TODO.md +++ b/TODO.md @@ -57,6 +57,10 @@ - Rework it into modules. +## GUI + +- Rename the EditorZoomWidget to something like ZoomWidget, and make it available for the games aswell. Also I think I did smaller improvements to it in the world_generator addon. Also port those. + ## Graphics - Refactor platform code so it's not automatically creating a window, instead the VS should ask for it's creation, passing along the requested graphics api.