summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorTibor Nagy <xnagytibor@gmail.com>2020-08-16 11:44:18 +0200
committerAndreas Kling <kling@serenityos.org>2020-08-16 16:36:18 +0200
commit115c124a77ee06934e3f3c4e56f71133146a3e9e (patch)
treecdc0fd52c7b320ef2c0d1358cd8ce537416693db /Base
parentb7589ff4b64c460ce5993552f777c067c5603236 (diff)
downloadserenity-115c124a77ee06934e3f3c4e56f71133146a3e9e.zip
Chess: Add the 'retro' piece set
Diffstat (limited to 'Base')
-rw-r--r--Base/res/icons/chess/sets/retro/black-bishop.pngbin0 -> 599 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/black-king.pngbin0 -> 603 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/black-knight.pngbin0 -> 620 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/black-pawn.pngbin0 -> 590 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/black-queen.pngbin0 -> 605 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/black-rook.pngbin0 -> 591 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/white-bishop.pngbin0 -> 599 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/white-king.pngbin0 -> 602 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/white-knight.pngbin0 -> 619 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/white-pawn.pngbin0 -> 590 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/white-queen.pngbin0 -> 604 bytes
-rw-r--r--Base/res/icons/chess/sets/retro/white-rook.pngbin0 -> 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
new file mode 100644
index 0000000000..a73d6212c7
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/black-bishop.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/black-king.png b/Base/res/icons/chess/sets/retro/black-king.png
new file mode 100644
index 0000000000..102cd70764
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/black-king.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/black-knight.png b/Base/res/icons/chess/sets/retro/black-knight.png
new file mode 100644
index 0000000000..ddf75cd2a0
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/black-knight.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/black-pawn.png b/Base/res/icons/chess/sets/retro/black-pawn.png
new file mode 100644
index 0000000000..73dd51ba74
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/black-pawn.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/black-queen.png b/Base/res/icons/chess/sets/retro/black-queen.png
new file mode 100644
index 0000000000..663590e0b0
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/black-queen.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/black-rook.png b/Base/res/icons/chess/sets/retro/black-rook.png
new file mode 100644
index 0000000000..342ae19c5f
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/black-rook.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/white-bishop.png b/Base/res/icons/chess/sets/retro/white-bishop.png
new file mode 100644
index 0000000000..9702b0ed02
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/white-bishop.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/white-king.png b/Base/res/icons/chess/sets/retro/white-king.png
new file mode 100644
index 0000000000..abed4f8c8a
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/white-king.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/white-knight.png b/Base/res/icons/chess/sets/retro/white-knight.png
new file mode 100644
index 0000000000..19be483f04
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/white-knight.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/white-pawn.png b/Base/res/icons/chess/sets/retro/white-pawn.png
new file mode 100644
index 0000000000..85c45d8697
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/white-pawn.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/white-queen.png b/Base/res/icons/chess/sets/retro/white-queen.png
new file mode 100644
index 0000000000..18984e6b28
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/white-queen.png
Binary files differ
diff --git a/Base/res/icons/chess/sets/retro/white-rook.png b/Base/res/icons/chess/sets/retro/white-rook.png
new file mode 100644
index 0000000000..d39e02cdfa
--- /dev/null
+++ b/Base/res/icons/chess/sets/retro/white-rook.png
Binary files differ