From 281382f120dcaba79b082d010771e193d7a6e9cc Mon Sep 17 00:00:00 2001 From: lempamo Date: Sun, 26 Feb 2017 11:52:38 -0500 Subject: ShiftSweeper basics --- ShiftOS.WinForms/Resources/Shiftorium.txt | 19 ++++++++++++------- ShiftOS.WinForms/Resources/SweeperClickFace.png | Bin 0 -> 680 bytes ShiftOS.WinForms/Resources/SweeperLoseFace.png | Bin 0 -> 713 bytes ShiftOS.WinForms/Resources/SweeperNormalFace.png | Bin 0 -> 680 bytes ShiftOS.WinForms/Resources/SweeperWinFace.png | Bin 0 -> 670 bytes 5 files changed, 12 insertions(+), 7 deletions(-) create mode 100644 ShiftOS.WinForms/Resources/SweeperClickFace.png create mode 100644 ShiftOS.WinForms/Resources/SweeperLoseFace.png create mode 100644 ShiftOS.WinForms/Resources/SweeperNormalFace.png create mode 100644 ShiftOS.WinForms/Resources/SweeperWinFace.png (limited to 'ShiftOS.WinForms/Resources') diff --git a/ShiftOS.WinForms/Resources/Shiftorium.txt b/ShiftOS.WinForms/Resources/Shiftorium.txt index 04cf6ac..2968883 100644 --- a/ShiftOS.WinForms/Resources/Shiftorium.txt +++ b/ShiftOS.WinForms/Resources/Shiftorium.txt @@ -6,12 +6,6 @@ Dependencies: "wm_free_placement;desktop", Description: "Crazy math problems getting you down? Well, this calculator will take care of that!" }, - { - Name: "SL Operating Systems Wordlist", - Cost: 500, - Dependencies: "shiftletters", - Description: "Know a lot about computer operating systems? This upgrade adds a wordlist to ShiftLetters, full of various Linux distros, Windows codenames and other OS names. All for the low price of 500 Codepoints! It's an incredible value but it's true! Upgrade today... except out of ShiftOS!" - }, { Name: "AL Calculator", Cost: 350, @@ -98,6 +92,12 @@ Dependencies: "shiftletters", Description: "This nice wordlist lets you find out the people who contributed to the development of ShiftOS!" }, + { + Name: "SL Operating Systems Wordlist", + Cost: 500, + Dependencies: "shiftletters", + Description: "Know a lot about computer operating systems? This upgrade adds a wordlist to ShiftLetters, full of various Linux distros, Windows codenames and other OS names. All for the low price of 500 Codepoints! It's an incredible value but it's true! Upgrade today... except out of ShiftOS!" + }, { Name: "Panel Notifications", Cost: 150, @@ -779,5 +779,10 @@ Dependencies: "shiftorium_gui", Description: "In the shiftorium GUI but dont know what you can spend because you can't see how many code points are on hand? Well shop easy, because with this upgrade that is now possible! You have to restart the shiftorium for it to work." } - + { + Name: "ShiftSweeper", + Cost: 800, + Dependencies: "app_launcher;shiftletters", + Description: "Getting bored with Pong and ShiftLetters? Try this BRAND NEW game called ShiftSweeper!" + }, ] \ No newline at end of file diff --git a/ShiftOS.WinForms/Resources/SweeperClickFace.png b/ShiftOS.WinForms/Resources/SweeperClickFace.png new file mode 100644 index 0000000..c7dee96 Binary files /dev/null and b/ShiftOS.WinForms/Resources/SweeperClickFace.png differ diff --git a/ShiftOS.WinForms/Resources/SweeperLoseFace.png b/ShiftOS.WinForms/Resources/SweeperLoseFace.png new file mode 100644 index 0000000..37003cf Binary files /dev/null and b/ShiftOS.WinForms/Resources/SweeperLoseFace.png differ diff --git a/ShiftOS.WinForms/Resources/SweeperNormalFace.png b/ShiftOS.WinForms/Resources/SweeperNormalFace.png new file mode 100644 index 0000000..4756298 Binary files /dev/null and b/ShiftOS.WinForms/Resources/SweeperNormalFace.png differ diff --git a/ShiftOS.WinForms/Resources/SweeperWinFace.png b/ShiftOS.WinForms/Resources/SweeperWinFace.png new file mode 100644 index 0000000..6d86035 Binary files /dev/null and b/ShiftOS.WinForms/Resources/SweeperWinFace.png differ -- cgit v1.2.3