From 20e138b82e539a9a2c4d1541127652a3b642abd8 Mon Sep 17 00:00:00 2001 From: Abyz <160362463+Abyz08@users.noreply.github.com> Date: Thu, 15 May 2025 15:27:32 +0100 Subject: [PATCH] =?UTF-8?q?Remove=20extra=20=E2=80=98g=E2=80=99=20from=20d?= =?UTF-8?q?ialogs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- roadmap/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roadmap/index.md b/roadmap/index.md index 293fc9e9..d7f56f2d 100644 --- a/roadmap/index.md +++ b/roadmap/index.md @@ -130,7 +130,7 @@ This is a list of all known bounties currently [being worked on](https://github. * **A custom editor sample** - A starter solution showing how to build an editor for MonoGame showcasing multiple editor windows, multiple viewports (in a single window), custom diaglogs, docking windows?, rebuilding content and a simple undo/redo framework (which we may have one available for use). + A starter solution showing how to build an editor for MonoGame showcasing multiple editor windows, multiple viewports (in a single window), custom dialogs, docking windows?, rebuilding content and a simple undo/redo framework (which we may have one available for use). * **A GUI integration tutorial** With so many great GUI systems available for MonoGame, we could do with a tutorial showing how to integrate or build on teh best of them, such as IMGUI, NEX and so on.