diff options
| author | lempamo <[email protected]> | 2017-08-01 13:05:37 -0400 |
|---|---|---|
| committer | lempamo <[email protected]> | 2017-08-01 13:05:37 -0400 |
| commit | c0fd6c4d1b176d44f05d2f20c4d4439f3278f632 (patch) | |
| tree | 5b0ef118aa352bb7a452a1618ddb35fd9a5256fb /TimeHACK.Main/TitleScreen.cs | |
| parent | 554fc5e2b3027f104fceda0421fed4352749d0f8 (diff) | |
| download | histacom2-c0fd6c4d1b176d44f05d2f20c4d4439f3278f632.tar.gz histacom2-c0fd6c4d1b176d44f05d2f20c4d4439f3278f632.tar.bz2 histacom2-c0fd6c4d1b176d44f05d2f20c4d4439f3278f632.zip | |
added more "files"
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
| -rw-r--r-- | TimeHACK.Main/TitleScreen.cs | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs index 6ee2ef1..90cd0af 100644 --- a/TimeHACK.Main/TitleScreen.cs +++ b/TimeHACK.Main/TitleScreen.cs @@ -56,10 +56,7 @@ namespace TimeHACK public void StartGame() { //TODO: You may want to handle story stuff to decide what OS to boot here. - if (Convert.ToInt32(VM_Width.Text) == 1337 && Convert.ToInt32(VM_Height.Text) == 1337) - { - leet(); - } + if (Convert.ToInt32(VM_Width.Text) == 1337 && Convert.ToInt32(VM_Height.Text) == 1337) leet(); else { // Time to decide which OS to start up! @@ -107,16 +104,6 @@ namespace TimeHACK } } - void closeButton(object sender, MouseEventArgs e) - { - Close(); - } - - private void closebutton_Click(object sender, EventArgs e) - { - Close(); - } - private void VM_WidthHeight_KeyPress(object sender, KeyPressEventArgs e) { if (!char.IsControl(e.KeyChar) && !char.IsDigit(e.KeyChar) && |
