Move Editor UI into its own 'UI' folder

main
Nigel Barink 2022-11-05 13:47:19 +01:00
parent c8ebc0fa17
commit 3b91516d6e
5 changed files with 1 additions and 0 deletions

View File

@ -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();
}