mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
docs(editor): add mode shortcuts to help overlay, update memory
This commit is contained in:
parent
e1776620d5
commit
17fda37813
1 changed files with 8 additions and 0 deletions
|
|
@ -219,6 +219,14 @@ void EditorUI::renderMenuBar(EditorApp& app) {
|
|||
ImGui::BulletText("Right-click — context menu");
|
||||
ImGui::Separator();
|
||||
ImGui::Text("View:");
|
||||
ImGui::Text("Modes:");
|
||||
ImGui::BulletText("1 — Sculpt");
|
||||
ImGui::BulletText("2 — Paint");
|
||||
ImGui::BulletText("3 — Objects");
|
||||
ImGui::BulletText("4 — Water");
|
||||
ImGui::BulletText("5 — NPCs");
|
||||
ImGui::Separator();
|
||||
ImGui::Text("View:");
|
||||
ImGui::BulletText("F1 — this help");
|
||||
ImGui::BulletText("F3 — wireframe toggle");
|
||||
ImGui::BulletText("F5 — save camera bookmark");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue