added controls to that section in the ui

This commit is contained in:
grimsace
2026-06-18 10:35:12 -05:00
parent 75669ade52
commit f7d52c0202
+2
View File
@@ -155,6 +155,8 @@ pub fn draw_legend_panel(ctx: &egui::Context, settings: &mut UiSettings) -> bool
ui.label("• Delete / Backspace: Remove hovered room, corridor, door, text, or marker"); ui.label("• Delete / Backspace: Remove hovered room, corridor, door, text, or marker");
ui.label("• Ctrl+Z: Undo"); ui.label("• Ctrl+Z: Undo");
ui.label("• Ctrl+Y: Redo"); ui.label("• Ctrl+Y: Redo");
ui.label("• Ctrl+C: Copy hovered room or selection");
ui.label("• Ctrl+V / Left Click: Paste copied items");
ui.label("• Left click + drag: Move hovered room"); ui.label("• Left click + drag: Move hovered room");
ui.label("• Right click: Cancel add tool"); ui.label("• Right click: Cancel add tool");
ui.label("• Right click + drag: Resize hovered room"); ui.label("• Right click + drag: Resize hovered room");