aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael <[email protected]>2017-07-25 23:26:55 -0400
committerMichael <[email protected]>2017-07-25 23:26:55 -0400
commitc9b183a0e00720905a0da75a7d20770070a4f61d (patch)
tree1b4b1dc4d5dea519914faa8fdf299b0f1023b5dd
parent68c7de273f4930b54f8504cc777660fc3c68156c (diff)
downloadshiftos_thereturn-c9b183a0e00720905a0da75a7d20770070a4f61d.tar.gz
shiftos_thereturn-c9b183a0e00720905a0da75a7d20770070a4f61d.tar.bz2
shiftos_thereturn-c9b183a0e00720905a0da75a7d20770070a4f61d.zip
fullscreen tip
-rw-r--r--ShiftOS.Frontend/MainMenu.cs2
1 files changed, 2 insertions, 0 deletions
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.";
}