feat(studio): add mockup desktop controls
This commit is contained in:
parent
9444a328fa
commit
4cc565badc
3 changed files with 255 additions and 23 deletions
|
|
@ -4,5 +4,9 @@ namespace AcDream.App.UI;
|
|||
/// mount, the window registry, and the toggle keybind all agree on one literal.</summary>
|
||||
public static class WindowNames
|
||||
{
|
||||
public const string Vitals = "vitals";
|
||||
public const string Toolbar = "toolbar";
|
||||
public const string Character = "character";
|
||||
public const string Inventory = "inventory";
|
||||
public const string Chat = "chat";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue