feat(housing): add tooltip and instructions

This commit is contained in:
Anna 2021-07-01 13:23:10 -04:00
parent 6b1b0719dc
commit 3420b00062
1 changed files with 8 additions and 0 deletions

View File

@ -36,6 +36,14 @@ namespace RoleplayersToolbox.Tools.Housing {
this.Editing = (new Bookmark(string.Empty), -1);
}
Util.Tooltip("Add a new bookmark");
ImGui.SameLine();
ImGui.TextUnformatted("Drag to reorder.");
ImGui.Spacing();
var toDelete = -1;
(int src, int dst)? drag = null;