From 5a045404f3c49022abeb75c27dfe6f82d35928f7 Mon Sep 17 00:00:00 2001 From: "Ramaekers,Aldrik A.N" Date: Thu, 3 Sep 2020 14:40:33 +0200 Subject: board setup and chess piece movement checks --- Properties/Resources.Designer.cs | 20 ++++++++++++++++++++ Properties/Resources.resx | 6 ++++++ 2 files changed, 26 insertions(+) (limited to 'Properties') diff --git a/Properties/Resources.Designer.cs b/Properties/Resources.Designer.cs index 65342f3..eb7ced0 100644 --- a/Properties/Resources.Designer.cs +++ b/Properties/Resources.Designer.cs @@ -120,6 +120,26 @@ namespace Chess.Properties { } } + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap square_brown_light_png_shadow_256px { + get { + object obj = ResourceManager.GetObject("square_brown_light_png_shadow_256px", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + + /// + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// + internal static System.Drawing.Bitmap square_gray_light__png_shadow_256px { + get { + object obj = ResourceManager.GetObject("square_gray_light__png_shadow_256px", resourceCulture); + return ((System.Drawing.Bitmap)(obj)); + } + } + /// /// Looks up a localized resource of type System.Drawing.Bitmap. /// diff --git a/Properties/Resources.resx b/Properties/Resources.resx index 6281906..e4f3f00 100644 --- a/Properties/Resources.resx +++ b/Properties/Resources.resx @@ -136,6 +136,12 @@ ..\Resources\b_rook_png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + ..\Resources\square brown light_png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + + + ..\Resources\square gray light _png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a + ..\Resources\w_bishop_png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a -- cgit v1.2.3-70-g09d2