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.resx | |
| parent | 4811afb52c511565d2b13f36ed645243c7557803 (diff) | |
board setup and chess piece movement checks
Diffstat (limited to 'Properties/Resources.resx')
| -rw-r--r-- | Properties/Resources.resx | 6 |
1 files changed, 6 insertions, 0 deletions
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 @@ <data name="b_rook_png_shadow_256px" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\b_rook_png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> + <data name="square_brown_light_png_shadow_256px" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\square brown light_png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> + <data name="square_gray_light__png_shadow_256px" type="System.Resources.ResXFileRef, System.Windows.Forms"> + <value>..\Resources\square gray light _png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> + </data> <data name="w_bishop_png_shadow_256px" type="System.Resources.ResXFileRef, System.Windows.Forms"> <value>..\Resources\w_bishop_png_shadow_256px.png;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value> </data> |
