From 1a7baf7a0ed6a9eaa4549cc2ec313dcef0311c0b Mon Sep 17 00:00:00 2001 From: lempamo Date: Mon, 7 Aug 2017 17:16:14 -0400 Subject: minesweeper graphics part 2 --- TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs') diff --git a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs index ef20710..00594b2 100644 --- a/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs +++ b/TimeHACK.Main/OS/Win95/Win95Apps/MineSweeper/Square.cs @@ -207,7 +207,7 @@ namespace TimeHACK.OS.Win95.Win95Apps.MineSweeper Button.BackgroundImage = Properties.Resources.minesweepSquare4; break; case 5: - Button.ForeColor = Color.DarkRed; + Button.BackgroundImage = Properties.Resources.minesweepSquare5; break; case 6: Button.ForeColor = Color.LightBlue; -- cgit v1.2.3