diff options
Diffstat (limited to 'ShiftOS.WinForms')
| -rw-r--r-- | ShiftOS.WinForms/Applications/ShiftSweeper.cs | 2 | ||||
| -rw-r--r-- | ShiftOS.WinForms/Resources/Shiftorium.txt | 22 |
2 files changed, 9 insertions, 15 deletions
diff --git a/ShiftOS.WinForms/Applications/ShiftSweeper.cs b/ShiftOS.WinForms/Applications/ShiftSweeper.cs index 91d220c..6c64d30 100644 --- a/ShiftOS.WinForms/Applications/ShiftSweeper.cs +++ b/ShiftOS.WinForms/Applications/ShiftSweeper.cs @@ -35,7 +35,7 @@ using ShiftOS.Engine; namespace ShiftOS.WinForms.Applications { - [Launcher("ShiftSweeper", true, "shiftsweeper", "Games")] + [Launcher("ShiftSweeper", true, "al_shiftsweeper", "Games")] [RequiresUpgrade("shiftsweeper")] [WinOpen("shiftsweeper")] [DefaultIcon("iconShiftSweeper")] diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 53cabb3..5b3ebe2 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -219,12 +219,6 @@ Dependencies: "textpad;file_skimmer", }, { - Name: "TextPad Python Support", - Cost: 450, - Description: "Use TextPad to write Python scripts!", - Dependencies: "textpad;file_skimmer", - }, - { Name: "App Launcher", Cost: 7500, Description: "It may be expensive, but having an easy-access menu to all your apps is very valuable.", @@ -267,12 +261,6 @@ Dependencies: "name_changer", }, { - Name: "{UPGRADE_DEVELOPMENT}", - Cost: 20000, - Description: "Dont buy this upgrade yet, it does nothing", - Dependencies: "", - }, - { Name: "AL Shifter", Cost: 150, Description: "Launch the Shifter from the app launcher.", @@ -461,7 +449,7 @@ Name: "Audio Player AL", Cost: 150, Description: "Just another app launcher, making it easier to listen to your favorite songs!", - Dependencies: "desktop;wm_free_placement;wav_player" + Dependencies: "desktop;wm_free_placement;audio_player" }, //SHIFTER SUBCATEGORIES @@ -785,10 +773,16 @@ { Name: "ShiftSweeper", Cost: 800, - Dependencies: "app_launcher;shiftletters", + Dependencies: "shiftletters", Description: "Getting bored with Pong and ShiftLetters? Try this BRAND NEW game called ShiftSweeper!" }, { + Name: "AL ShiftSweeper", + Cost: 100, + Dependencies: "app_launcher;shiftsweeper", + Description: "Play ShiftSweeper quickly with this dandy applauncher!" + }, + { Name: "ShiftSweeper Medium", Cost: 900, Dependencies: "shiftsweeper", |
