Game HUD improvements:

Added sandbox button, needs implementation.
Tutorial bound to F1.
Improved color of buttons.
This commit is contained in:
Pieter-Jan Briers
2019-07-19 14:21:36 +02:00
parent 1ba460e1a6
commit 18efec6472
6 changed files with 91 additions and 4 deletions

View File

@@ -14,6 +14,7 @@ namespace Content.Client.Input
var common = contexts.GetContext("common");
common.AddFunction(ContentKeyFunctions.FocusChat);
common.AddFunction(ContentKeyFunctions.ExamineEntity);
common.AddFunction(ContentKeyFunctions.OpenTutorial);
var human = contexts.GetContext("human");
human.AddFunction(ContentKeyFunctions.SwapHands);