mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-10 02:53:51 +00:00
feat(editor): add author credit to About dialog
This commit is contained in:
parent
f1168cf6b7
commit
dc9b085e38
1 changed files with 1 additions and 0 deletions
|
|
@ -177,6 +177,7 @@ void EditorUI::renderMenuBar(EditorApp& app) {
|
||||||
}
|
}
|
||||||
if (ImGui::BeginPopup("AboutEditor")) {
|
if (ImGui::BeginPopup("AboutEditor")) {
|
||||||
ImGui::Text("Wowee World Editor");
|
ImGui::Text("Wowee World Editor");
|
||||||
|
ImGui::Text("by Kelsi Davis");
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::Text("Version: 0.1.0 (rough/WIP)");
|
ImGui::Text("Version: 0.1.0 (rough/WIP)");
|
||||||
ImGui::Text("Standalone world editor for creating");
|
ImGui::Text("Standalone world editor for creating");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue