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/Resources | |
| 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/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 9c116be..c75372e 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -12,6 +12,18 @@ Description: "Want to open the Notifications application from within the App Launcher? This upgrade is for you." }, { + Name: "ShiftLetters", + Cost: 150, + Dependencies: null, + Description: "Sick and tired of playing Pong? Buy this upgrade to get a whole new game!" + }, + { + Name: "AL ShiftLetters", + Cost: 100, + Dependencies: "app_launcher;shiftletters", + Description: "This upgrade allows you to find ShiftLetters in your App Launcher." + }, + { Name: "Panel Notifications", Cost: 150, Description: "It's good to know what time it is, but how about knowing how many notifications you have? After all, notifications are a great way to tell what's going on! This upgrade adds a button that displays how many notifications you have. If you click it, you will open the Notifications app!", @@ -19,7 +31,7 @@ }, { Name: "Audio Volume", - Cost: 50, + Cost: 80, Description: "Want to adjust the volume of ShiftOS's audio? This upgrade will let you." }, { |
