diff options
| author | AShifter <[email protected]> | 2017-06-19 15:47:36 -0700 |
|---|---|---|
| committer | AShifter <[email protected]> | 2017-06-19 15:47:36 -0700 |
| commit | ffc4a480f23e38d58a3b4c940e3045237835a342 (patch) | |
| tree | 5d99edd1c5320dc47872a829306a02641577543c /TimeHACK.Main/TitleScreen.cs | |
| parent | 858d1e7062331c33ed8fe613574aa021351428c7 (diff) | |
| download | histacom2-ffc4a480f23e38d58a3b4c940e3045237835a342.tar.gz histacom2-ffc4a480f23e38d58a3b4c940e3045237835a342.tar.bz2 histacom2-ffc4a480f23e38d58a3b4c940e3045237835a342.zip | |
make the new ultra-cool-main-super-menu:tm:
**NJFKDSFKJNDSKFMKJEHILHIULHSLKFSDKJEINJFKIJBFIOWEHFIIOGUEYIUQEGIUHEKJLFNDKMNLFKBDNBCM**
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
| -rw-r--r-- | TimeHACK.Main/TitleScreen.cs | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs index aa48592..0d7ee36 100644 --- a/TimeHACK.Main/TitleScreen.cs +++ b/TimeHACK.Main/TitleScreen.cs @@ -232,15 +232,6 @@ namespace TimeHACK } } } - - private void NewGame_MouseEnter(object sender, EventArgs e) - { - NewGame.Image = Resources.MSNewGame; - } - private void NewGame_MouseLeave(object sender, EventArgs e) - { - NewGame.Image = Resources.NewGame; - } #endregion #region LoadGame @@ -260,14 +251,6 @@ namespace TimeHACK StartGame(); } } - private void LoadGame_Enter(object sender, EventArgs e) - { - LoadGame.Image = Resources.MSLoadGame; - } - private void LoadGame_Leave(object sender, EventArgs e) - { - LoadGame.Image = Resources.LoadGame; - } #endregion #region ExitButton @@ -275,14 +258,6 @@ namespace TimeHACK { Application.Exit(); } - private void Exit_Enter(object sender, EventArgs e) - { - Exit.Image = Resources.MSExit; - } - private void Exit_Leave(object sender, EventArgs e) - { - Exit.Image = Resources.Exit; - } #endregion #endregion @@ -309,5 +284,10 @@ namespace TimeHACK } } + + private void closebutton_Click_1(object sender, EventArgs e) + { + Application.Exit(); + } } } |
