diff options
| author | Aren <[email protected]> | 2017-02-25 14:08:48 +0100 |
|---|---|---|
| committer | Aren <[email protected]> | 2017-02-25 14:08:48 +0100 |
| commit | 9cd4ea556b1435e00d879b58c67134cf543f3eab (patch) | |
| tree | 500b3aea05142682b4eb2de904a48b0e2767f736 /ShiftOS.WinForms/Properties | |
| parent | 5573e82ca48bb891bbaf6c2f05215dba8e441ce8 (diff) | |
| download | shiftos_thereturn-9cd4ea556b1435e00d879b58c67134cf543f3eab.tar.gz shiftos_thereturn-9cd4ea556b1435e00d879b58c67134cf543f3eab.tar.bz2 shiftos_thereturn-9cd4ea556b1435e00d879b58c67134cf543f3eab.zip | |
Added ShiftLetters as a new game, made Audio Volume upgrade more expensive.
Diffstat (limited to 'ShiftOS.WinForms/Properties')
| -rw-r--r-- | ShiftOS.WinForms/Properties/Resources.Designer.cs | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/ShiftOS.WinForms/Properties/Resources.Designer.cs b/ShiftOS.WinForms/Properties/Resources.Designer.cs index f2cd046..8472f1d 100644 --- a/ShiftOS.WinForms/Properties/Resources.Designer.cs +++ b/ShiftOS.WinForms/Properties/Resources.Designer.cs @@ -1,4 +1,4 @@ -/* +/* * MIT License * * Copyright (c) 2017 Michael VanOverbeek and ShiftOS devs @@ -914,14 +914,16 @@ namespace ShiftOS.WinForms.Properties { /// Dependencies: null /// }, /// { - /// Name: "Audio Volume", - /// Cost: 50, - /// Description: "Want to adjust the volume of ShiftOS's audio? This upgrade will let you." + /// Name: "AL Notifications", + /// Cost: 125, + /// Dependencies: "app_launcher", + /// Description: "Want to open the Notifications application from within the App Launcher? This upgrade is for you." /// }, /// { - /// Name: "Color Depth Dithering", - /// Cost: 1000, - /// Description: "Right now, if you try to display images on the screen, with a low color depth like we have, the image will be totally unrecogn [rest of string was truncated]";. + /// Name: "Guess the Word", + /// Cost: 150, + /// Dependencies: null, + /// Description: "Sick and tired of playing Pong? Buy this upgrade [rest of string was truncated]";. /// </summary> internal static string Shiftorium { get { |
