From b965dfea336e184661bc1bab0d18b4df8d06aa5a Mon Sep 17 00:00:00 2001 From: moneyl <8206401+Moneyl@users.noreply.github.com> Date: Sun, 9 Feb 2020 17:35:35 -0500 Subject: [PATCH] Fix toggle UI keybind in tutorial window (#669) Is shift + f4, not F1 --- Content.Client/UserInterface/TutorialWindow.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/UserInterface/TutorialWindow.cs b/Content.Client/UserInterface/TutorialWindow.cs index f1e3c4eebd..f36d065429 100644 --- a/Content.Client/UserInterface/TutorialWindow.cs +++ b/Content.Client/UserInterface/TutorialWindow.cs @@ -31,7 +31,7 @@ Examine entity: [color=#a4885c]Shift + left click[/color] Open entity context menu: [color=#a4885c]Right click[/color] Toggle combat mode: [color=#a4885c]R[/color] Toggle console: [color=#a4885c]~ (Tilde)[/color] -Toggle UI: [color=#a4885c]F1[/color] +Toggle UI: [color=#a4885c]Shift + F4[/color] Toggle debug overlay: [color=#a4885c]F3[/color] Toggle entity spawner: [color=#a4885c]F5[/color] Toggle tile spawner: [color=#a4885c]F6[/color]