From c9b183a0e00720905a0da75a7d20770070a4f61d Mon Sep 17 00:00:00 2001 From: Michael Date: Tue, 25 Jul 2017 23:26:55 -0400 Subject: [PATCH] fullscreen tip --- ShiftOS.Frontend/MainMenu.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ShiftOS.Frontend/MainMenu.cs b/ShiftOS.Frontend/MainMenu.cs index a501924..59abb06 100644 --- a/ShiftOS.Frontend/MainMenu.cs +++ b/ShiftOS.Frontend/MainMenu.cs @@ -221,6 +221,8 @@ namespace ShiftOS.Frontend return "Welcome to the Digital Society. Do you wish to continue?"; case 8: return "Open-source projects are pretty cool, you can use, modify, copy and redistribute the code without worrying too much about what lawyer you're gonna hire to act on your behalf. That's why ShiftOS is one of them. http://github.com/shiftos-game/ShiftOS"; + case 9: + return "Sure, you can toggle fullscreen in Options, but you can also use your F11 key to toggle it on and off in-game!"; default: return "We ran out of things to say."; }