diff options
| author | Ramaekers,Aldrik A.N <a.ramaekers@student.fontys.nl> | 2020-09-03 14:40:33 +0200 |
|---|---|---|
| committer | Ramaekers,Aldrik A.N <a.ramaekers@student.fontys.nl> | 2020-09-03 14:40:33 +0200 |
| commit | 5a045404f3c49022abeb75c27dfe6f82d35928f7 (patch) | |
| tree | a1dd8aa4091e9bf8d4377dc6d6f26cc9ca07ce47 /Properties/Resources.Designer.cs | |
| parent | 4811afb52c511565d2b13f36ed645243c7557803 (diff) | |
board setup and chess piece movement checks
Diffstat (limited to 'Properties/Resources.Designer.cs')
| -rw-r--r-- | Properties/Resources.Designer.cs | 20 |
1 files changed, 20 insertions, 0 deletions
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 @@ -123,6 +123,26 @@ namespace Chess.Properties { /// <summary> /// Looks up a localized resource of type System.Drawing.Bitmap. /// </summary> + 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)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> + 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)); + } + } + + /// <summary> + /// Looks up a localized resource of type System.Drawing.Bitmap. + /// </summary> internal static System.Drawing.Bitmap w_bishop_png_shadow_256px { get { object obj = ResourceManager.GetObject("w_bishop_png_shadow_256px", resourceCulture); |
