fullscreen tip

This commit is contained in:
Michael 2017-07-25 23:26:55 -04:00
parent 68c7de273f
commit c9b183a0e0

View file

@ -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.";
}