diff options
author | Peter Elliott <pelliott@ualberta.ca> | 2020-08-12 09:45:17 -0600 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-15 20:54:02 +0200 |
commit | 9a817270e8e22600240c81e97869d41ca89ea7a4 (patch) | |
tree | 7f0eb75ae2afc4b2932a722ec1c4d89aecd433c4 /Base | |
parent | abd1f7e5635dc0bee2b490281a463d60ffbf2890 (diff) | |
download | serenity-9a817270e8e22600240c81e97869d41ca89ea7a4.zip |
Chess: Add the 'stelar7' piece set
Co-authored-by: stelar7 <dudedbz@gmail.com>
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/black-bishop.png | bin | 0 -> 1452 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/black-king.png | bin | 0 -> 1819 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/black-knight.png | bin | 0 -> 3134 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/black-pawn.png | bin | 0 -> 1199 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/black-queen.png | bin | 0 -> 1803 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/black-rook.png | bin | 0 -> 704 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/white-bishop.png | bin | 0 -> 2216 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/white-king.png | bin | 0 -> 1561 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/white-knight.png | bin | 0 -> 3637 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/white-pawn.png | bin | 0 -> 1898 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/white-queen.png | bin | 0 -> 3076 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/stelar7/white-rook.png | bin | 0 -> 1112 bytes |
12 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/chess/sets/stelar7/black-bishop.png b/Base/res/icons/chess/sets/stelar7/black-bishop.png Binary files differnew file mode 100644 index 0000000000..a8456db7a1 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/black-bishop.png diff --git a/Base/res/icons/chess/sets/stelar7/black-king.png b/Base/res/icons/chess/sets/stelar7/black-king.png Binary files differnew file mode 100644 index 0000000000..ebaa8dc467 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/black-king.png diff --git a/Base/res/icons/chess/sets/stelar7/black-knight.png b/Base/res/icons/chess/sets/stelar7/black-knight.png Binary files differnew file mode 100644 index 0000000000..d6199ca154 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/black-knight.png diff --git a/Base/res/icons/chess/sets/stelar7/black-pawn.png b/Base/res/icons/chess/sets/stelar7/black-pawn.png Binary files differnew file mode 100644 index 0000000000..9b9641b9fd --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/black-pawn.png diff --git a/Base/res/icons/chess/sets/stelar7/black-queen.png b/Base/res/icons/chess/sets/stelar7/black-queen.png Binary files differnew file mode 100644 index 0000000000..da8585f4c1 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/black-queen.png diff --git a/Base/res/icons/chess/sets/stelar7/black-rook.png b/Base/res/icons/chess/sets/stelar7/black-rook.png Binary files differnew file mode 100644 index 0000000000..c8c6ba5bd6 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/black-rook.png diff --git a/Base/res/icons/chess/sets/stelar7/white-bishop.png b/Base/res/icons/chess/sets/stelar7/white-bishop.png Binary files differnew file mode 100644 index 0000000000..04161ff0a2 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/white-bishop.png diff --git a/Base/res/icons/chess/sets/stelar7/white-king.png b/Base/res/icons/chess/sets/stelar7/white-king.png Binary files differnew file mode 100644 index 0000000000..e2be94a35d --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/white-king.png diff --git a/Base/res/icons/chess/sets/stelar7/white-knight.png b/Base/res/icons/chess/sets/stelar7/white-knight.png Binary files differnew file mode 100644 index 0000000000..c7c6224c15 --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/white-knight.png diff --git a/Base/res/icons/chess/sets/stelar7/white-pawn.png b/Base/res/icons/chess/sets/stelar7/white-pawn.png Binary files differnew file mode 100644 index 0000000000..f96e8ddc8e --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/white-pawn.png diff --git a/Base/res/icons/chess/sets/stelar7/white-queen.png b/Base/res/icons/chess/sets/stelar7/white-queen.png Binary files differnew file mode 100644 index 0000000000..cbaa9c067b --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/white-queen.png diff --git a/Base/res/icons/chess/sets/stelar7/white-rook.png b/Base/res/icons/chess/sets/stelar7/white-rook.png Binary files differnew file mode 100644 index 0000000000..43cb16fd3a --- /dev/null +++ b/Base/res/icons/chess/sets/stelar7/white-rook.png |