diff --git a/Editor/src/Dialog.h b/Editor/src/UI/Dialog.h similarity index 100% rename from Editor/src/Dialog.h rename to Editor/src/UI/Dialog.h diff --git a/Editor/src/EditorConsole.cpp b/Editor/src/UI/EditorConsole.cpp similarity index 100% rename from Editor/src/EditorConsole.cpp rename to Editor/src/UI/EditorConsole.cpp diff --git a/Editor/src/EditorConsole.h b/Editor/src/UI/EditorConsole.h similarity index 100% rename from Editor/src/EditorConsole.h rename to Editor/src/UI/EditorConsole.h diff --git a/Editor/src/widgets.cpp b/Editor/src/UI/widgets.cpp similarity index 99% rename from Editor/src/widgets.cpp rename to Editor/src/UI/widgets.cpp index 6273251..b38a19c 100644 --- a/Editor/src/widgets.cpp +++ b/Editor/src/UI/widgets.cpp @@ -144,6 +144,7 @@ void Viewport(Framebuffer& framebuffer, Scene& scene) { void Settings() { ImGui::Begin("Settings"); + ImGui::LabelText("##title-settings", "Fine grain control over your engine... "); ImGui::End(); } diff --git a/Editor/src/widgets.h b/Editor/src/UI/widgets.h similarity index 100% rename from Editor/src/widgets.h rename to Editor/src/UI/widgets.h