Adds character menu, crafting menu and tutorial to the top left.

This commit is contained in:
Pieter-Jan Briers
2019-07-17 21:37:58 +02:00
parent 69f9da944d
commit 4b9c4022b8
21 changed files with 508 additions and 213 deletions

View File

@@ -95,7 +95,7 @@ namespace Content.Client
else
{
_gameHud.EscapeButtonDown = false;
_escapeMenu.Visible = false;
_escapeMenu.Close();
}
}
}