Move Editor UI into its own 'UI' folder
This commit is contained in:
parent
c8ebc0fa17
commit
3b91516d6e
@ -144,6 +144,7 @@ void Viewport(Framebuffer& framebuffer, Scene& scene) {
|
|||||||
|
|
||||||
void Settings() {
|
void Settings() {
|
||||||
ImGui::Begin("Settings");
|
ImGui::Begin("Settings");
|
||||||
|
|
||||||
ImGui::LabelText("##title-settings", "Fine grain control over your engine... ");
|
ImGui::LabelText("##title-settings", "Fine grain control over your engine... ");
|
||||||
ImGui::End();
|
ImGui::End();
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user