Snakey basics
37
ShiftOS.WinForms/Applications/Snakey.Designer.cs
generated
Normal file
|
@ -0,0 +1,37 @@
|
|||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
partial class Snakey
|
||||
{
|
||||
/// <summary>
|
||||
/// Required designer variable.
|
||||
/// </summary>
|
||||
private System.ComponentModel.IContainer components = null;
|
||||
|
||||
/// <summary>
|
||||
/// Clean up any resources being used.
|
||||
/// </summary>
|
||||
/// <param name="disposing">true if managed resources should be disposed; otherwise, false.</param>
|
||||
protected override void Dispose(bool disposing)
|
||||
{
|
||||
if (disposing && (components != null))
|
||||
{
|
||||
components.Dispose();
|
||||
}
|
||||
base.Dispose(disposing);
|
||||
}
|
||||
|
||||
#region Component Designer generated code
|
||||
|
||||
/// <summary>
|
||||
/// Required method for Designer support - do not modify
|
||||
/// the contents of this method with the code editor.
|
||||
/// </summary>
|
||||
private void InitializeComponent()
|
||||
{
|
||||
components = new System.ComponentModel.Container();
|
||||
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
45
ShiftOS.WinForms/Applications/Snakey.cs
Normal file
|
@ -0,0 +1,45 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.ComponentModel;
|
||||
using System.Drawing;
|
||||
using System.Data;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
using System.Windows.Forms;
|
||||
using ShiftOS.Engine;
|
||||
|
||||
namespace ShiftOS.WinForms.Applications
|
||||
{
|
||||
[Launcher("Snakey", true, "al_snakey", "Games")]
|
||||
[RequiresUpgrade("snakey")]
|
||||
[WinOpen("snakey")]
|
||||
[DefaultIcon("iconSnakey")]
|
||||
public partial class Snakey : UserControl, IShiftOSWindow
|
||||
{
|
||||
public Snakey()
|
||||
{
|
||||
InitializeComponent();
|
||||
}
|
||||
|
||||
public void OnLoad()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void OnSkinLoad()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public bool OnUnload()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
public void OnUpgrade()
|
||||
{
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
}
|
||||
}
|
|
@ -794,4 +794,19 @@
|
|||
Dependencies: "shiftsweeper_medium",
|
||||
Description: "Is ShiftSweeper still too easy for you? Buy the Hard difficulty and you can try to find 99 mines! It may be extremely difficult, but the reward is massive!"
|
||||
},
|
||||
|
||||
// SNAKEY
|
||||
|
||||
{
|
||||
Name: "Snakey",
|
||||
Cost: 1100,
|
||||
Dependencies: "shiftsweeper",
|
||||
Description: "You want more games? Ok then! You can get Snakey, a game that people used to play on 'dumb phones', now coming to your 'smart' ShiftOS system for just 1100 codepoints!"
|
||||
},
|
||||
{
|
||||
Name: "AL Snakey",
|
||||
Cost: 200,
|
||||
Dependencies: "app_launcher;snakey",
|
||||
Description: "Play Snakey quickly with this dandy applauncher!"
|
||||
},
|
||||
]
|
BIN
ShiftOS.WinForms/Resources/SnakeyBG.png
Normal file
After Width: | Height: | Size: 194 B |
BIN
ShiftOS.WinForms/Resources/SnakeyBody.png
Normal file
After Width: | Height: | Size: 164 B |
BIN
ShiftOS.WinForms/Resources/SnakeyHeadD.png
Normal file
After Width: | Height: | Size: 255 B |
BIN
ShiftOS.WinForms/Resources/SnakeyHeadL.png
Normal file
After Width: | Height: | Size: 270 B |
BIN
ShiftOS.WinForms/Resources/SnakeyHeadR.png
Normal file
After Width: | Height: | Size: 276 B |
BIN
ShiftOS.WinForms/Resources/SnakeyHeadU.png
Normal file
After Width: | Height: | Size: 257 B |
BIN
ShiftOS.WinForms/Resources/SnakeyTailD.png
Normal file
After Width: | Height: | Size: 247 B |
BIN
ShiftOS.WinForms/Resources/SnakeyTailL.png
Normal file
After Width: | Height: | Size: 262 B |
BIN
ShiftOS.WinForms/Resources/SnakeyTailR.png
Normal file
After Width: | Height: | Size: 258 B |
BIN
ShiftOS.WinForms/Resources/SnakeyTailU.png
Normal file
After Width: | Height: | Size: 250 B |