diff options
| author | lempamo <[email protected]> | 2017-02-25 20:28:58 -0500 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-02-25 20:28:58 -0500 |
| commit | b2bd8eb462f222db64efbc729c6ce2cfb5b65d61 (patch) | |
| tree | 15fba5f2ad7a08e4f5b39918bb58f64984c4d594 /ShiftOS.WinForms/Resources | |
| parent | f51200b5d763f11c151a01909aea7a400f267a86 (diff) | |
| download | shiftos_thereturn-b2bd8eb462f222db64efbc729c6ce2cfb5b65d61.tar.gz shiftos_thereturn-b2bd8eb462f222db64efbc729c6ce2cfb5b65d61.tar.bz2 shiftos_thereturn-b2bd8eb462f222db64efbc729c6ce2cfb5b65d61.zip | |
Added custom wordlist feature to shiftletters
Diffstat (limited to 'ShiftOS.WinForms/Resources')
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index bc79bdd..1945707 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -72,6 +72,8 @@ Dependencies: "app_launcher", Description: "Want to open the Notifications application from within the App Launcher? This upgrade is for you." }, + + // SHIFTLETTERS AND WORDLISTS { Name: "ShiftLetters", Cost: 150, @@ -85,6 +87,12 @@ Description: "This upgrade allows you to find ShiftLetters in your App Launcher." }, { + Name: "SL Contributors Wordlist", + Cost: 250, + Dependencies: "shiftletters", + Description: "This nice wordlist lets you find out the people who contributed to the development of ShiftOS!" + }, + { 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!", @@ -95,6 +103,9 @@ Cost: 80, Description: "Want to adjust the volume of ShiftOS's audio? This upgrade will let you." }, + + // COLOR DEPTH AND DITHERING + { Name: "Color Depth Dithering", Cost: 1000, @@ -435,13 +446,13 @@ Dependencies: "mud_fundamentals;window_manager;pong_upgrade" }, { - Name: "WAV Player", + Name: "Audio Player", Cost: 10000, Description: "Want to listen to the greatest tunes? Well get this app asap!", Dependencies: "desktop;wm_free_placement" }, { - Name: "WAV Player AL", + Name: "Audio Player AL", Cost: 300, Description: "Just another app launcher, making it easier to listen to your favorite songs!", Dependencies: "desktop;wm_free_placement;wav_player" |
