diff options
author | Tibor Nagy <xnagytibor@gmail.com> | 2020-08-16 11:44:18 +0200 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-08-16 16:36:18 +0200 |
commit | 115c124a77ee06934e3f3c4e56f71133146a3e9e (patch) | |
tree | cdc0fd52c7b320ef2c0d1358cd8ce537416693db /Base | |
parent | b7589ff4b64c460ce5993552f777c067c5603236 (diff) | |
download | serenity-115c124a77ee06934e3f3c4e56f71133146a3e9e.zip |
Chess: Add the 'retro' piece set
Diffstat (limited to 'Base')
-rw-r--r-- | Base/res/icons/chess/sets/retro/black-bishop.png | bin | 0 -> 599 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/black-king.png | bin | 0 -> 603 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/black-knight.png | bin | 0 -> 620 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/black-pawn.png | bin | 0 -> 590 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/black-queen.png | bin | 0 -> 605 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/black-rook.png | bin | 0 -> 591 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/white-bishop.png | bin | 0 -> 599 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/white-king.png | bin | 0 -> 602 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/white-knight.png | bin | 0 -> 619 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/white-pawn.png | bin | 0 -> 590 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/white-queen.png | bin | 0 -> 604 bytes |
-rw-r--r-- | Base/res/icons/chess/sets/retro/white-rook.png | bin | 0 -> 591 bytes |
12 files changed, 0 insertions, 0 deletions
diff --git a/Base/res/icons/chess/sets/retro/black-bishop.png b/Base/res/icons/chess/sets/retro/black-bishop.png Binary files differnew file mode 100644 index 0000000000..a73d6212c7 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/black-bishop.png diff --git a/Base/res/icons/chess/sets/retro/black-king.png b/Base/res/icons/chess/sets/retro/black-king.png Binary files differnew file mode 100644 index 0000000000..102cd70764 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/black-king.png diff --git a/Base/res/icons/chess/sets/retro/black-knight.png b/Base/res/icons/chess/sets/retro/black-knight.png Binary files differnew file mode 100644 index 0000000000..ddf75cd2a0 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/black-knight.png diff --git a/Base/res/icons/chess/sets/retro/black-pawn.png b/Base/res/icons/chess/sets/retro/black-pawn.png Binary files differnew file mode 100644 index 0000000000..73dd51ba74 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/black-pawn.png diff --git a/Base/res/icons/chess/sets/retro/black-queen.png b/Base/res/icons/chess/sets/retro/black-queen.png Binary files differnew file mode 100644 index 0000000000..663590e0b0 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/black-queen.png diff --git a/Base/res/icons/chess/sets/retro/black-rook.png b/Base/res/icons/chess/sets/retro/black-rook.png Binary files differnew file mode 100644 index 0000000000..342ae19c5f --- /dev/null +++ b/Base/res/icons/chess/sets/retro/black-rook.png diff --git a/Base/res/icons/chess/sets/retro/white-bishop.png b/Base/res/icons/chess/sets/retro/white-bishop.png Binary files differnew file mode 100644 index 0000000000..9702b0ed02 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/white-bishop.png diff --git a/Base/res/icons/chess/sets/retro/white-king.png b/Base/res/icons/chess/sets/retro/white-king.png Binary files differnew file mode 100644 index 0000000000..abed4f8c8a --- /dev/null +++ b/Base/res/icons/chess/sets/retro/white-king.png diff --git a/Base/res/icons/chess/sets/retro/white-knight.png b/Base/res/icons/chess/sets/retro/white-knight.png Binary files differnew file mode 100644 index 0000000000..19be483f04 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/white-knight.png diff --git a/Base/res/icons/chess/sets/retro/white-pawn.png b/Base/res/icons/chess/sets/retro/white-pawn.png Binary files differnew file mode 100644 index 0000000000..85c45d8697 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/white-pawn.png diff --git a/Base/res/icons/chess/sets/retro/white-queen.png b/Base/res/icons/chess/sets/retro/white-queen.png Binary files differnew file mode 100644 index 0000000000..18984e6b28 --- /dev/null +++ b/Base/res/icons/chess/sets/retro/white-queen.png diff --git a/Base/res/icons/chess/sets/retro/white-rook.png b/Base/res/icons/chess/sets/retro/white-rook.png Binary files differnew file mode 100644 index 0000000000..d39e02cdfa --- /dev/null +++ b/Base/res/icons/chess/sets/retro/white-rook.png |