Screenshot button.

This commit is contained in:
Pieter-Jan Briers
2020-04-30 12:45:21 +02:00
parent ccf2139c63
commit d4ca0a65ee
6 changed files with 98 additions and 0 deletions

View File

@@ -16,6 +16,8 @@ namespace Content.Client.Input
common.AddFunction(ContentKeyFunctions.ExamineEntity);
common.AddFunction(ContentKeyFunctions.OpenTutorial);
common.AddFunction(ContentKeyFunctions.UseOrAttack);
common.AddFunction(ContentKeyFunctions.TakeScreenshot);
common.AddFunction(ContentKeyFunctions.TakeScreenshotNoUI);
var human = contexts.GetContext("human");
human.AddFunction(ContentKeyFunctions.SwapHands);