From f801b3cba90b7ece2f51ebff402d47c90a202898 Mon Sep 17 00:00:00 2001 From: Dominus Iniquitatis Date: Mon, 7 Jun 2021 22:19:38 +0300 Subject: [PATCH 1/4] Added chess pieces --- .../mod_assets/games/chess/pieces/bb.svg | 19 +++++++++++++++++++ .../mod_assets/games/chess/pieces/bk.svg | 16 ++++++++++++++++ .../mod_assets/games/chess/pieces/bn.svg | 16 ++++++++++++++++ .../mod_assets/games/chess/pieces/bp.svg | 12 ++++++++++++ .../mod_assets/games/chess/pieces/bq.svg | 17 +++++++++++++++++ .../mod_assets/games/chess/pieces/br.svg | 13 +++++++++++++ .../mod_assets/games/chess/pieces/wB.svg | 19 +++++++++++++++++++ .../mod_assets/games/chess/pieces/wK.svg | 16 ++++++++++++++++ .../mod_assets/games/chess/pieces/wN.svg | 15 +++++++++++++++ .../mod_assets/games/chess/pieces/wP.svg | 12 ++++++++++++ .../mod_assets/games/chess/pieces/wQ.svg | 17 +++++++++++++++++ .../mod_assets/games/chess/pieces/wR.svg | 13 +++++++++++++ 12 files changed, 185 insertions(+) create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bb.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bk.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bn.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bp.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bq.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/br.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wB.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wK.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wN.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wP.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wQ.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wR.svg diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bb.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bb.svg new file mode 100644 index 0000000..62e78b4 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bb.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bk.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bk.svg new file mode 100644 index 0000000..34fcbb3 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bk.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bn.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bn.svg new file mode 100644 index 0000000..8d3fb6c --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bn.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bp.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bp.svg new file mode 100644 index 0000000..9d48fcf --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bp.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bq.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bq.svg new file mode 100644 index 0000000..e9efa2a --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/bq.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/br.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/br.svg new file mode 100644 index 0000000..867776b --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/br.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wB.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wB.svg new file mode 100644 index 0000000..7ffffcc --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wB.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wK.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wK.svg new file mode 100644 index 0000000..27fd87f --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wK.svg @@ -0,0 +1,16 @@ + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wN.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wN.svg new file mode 100644 index 0000000..b854ac6 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wN.svg @@ -0,0 +1,15 @@ + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wP.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wP.svg new file mode 100644 index 0000000..a05be21 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wP.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wQ.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wQ.svg new file mode 100644 index 0000000..9dbfe53 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wQ.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wR.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wR.svg new file mode 100644 index 0000000..c7aa04c --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/pieces/wR.svg @@ -0,0 +1,13 @@ + + + + + + + From 0878276f23a8929bfbf289430a8966296affed05 Mon Sep 17 00:00:00 2001 From: Dominus Iniquitatis Date: Mon, 7 Jun 2021 22:31:34 +0300 Subject: [PATCH 2/4] Added chess board --- .../mod_assets/games/chess/chess_board.svg | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/chess_board.svg diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/chess_board.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/chess_board.svg new file mode 100644 index 0000000..2d83ed4 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/chess_board.svg @@ -0,0 +1,19 @@ + + + + + + + + + + + + + From 52288f275edde8641992902c261f5bb6501512ad Mon Sep 17 00:00:00 2001 From: Dominus Iniquitatis Date: Mon, 7 Jun 2021 22:39:19 +0300 Subject: [PATCH 3/4] Added chess move indicators --- .../games/chess/move_indicator_monika.svg | 13 +++++++++++++ .../games/chess/move_indicator_player.svg | 13 +++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_monika.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_player.svg diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_monika.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_monika.svg new file mode 100644 index 0000000..da7f873 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_monika.svg @@ -0,0 +1,13 @@ + + + + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_player.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_player.svg new file mode 100644 index 0000000..bcfa30d --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/move_indicator_player.svg @@ -0,0 +1,13 @@ + + + + + + + From c3eb7d618d4ab9f79989ec6e354ac948c5d61843 Mon Sep 17 00:00:00 2001 From: Dominus Iniquitatis Date: Mon, 7 Jun 2021 22:46:43 +0300 Subject: [PATCH 4/4] Added chess square highlights --- .../mod_assets/games/chess/piece_highlight_green.svg | 10 ++++++++++ .../mod_assets/games/chess/piece_highlight_magenta.svg | 10 ++++++++++ .../mod_assets/games/chess/piece_highlight_red.svg | 10 ++++++++++ .../mod_assets/games/chess/piece_highlight_yellow.svg | 10 ++++++++++ 4 files changed, 40 insertions(+) create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_green.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_magenta.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_red.svg create mode 100644 Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_yellow.svg diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_green.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_green.svg new file mode 100644 index 0000000..ea57dd4 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_green.svg @@ -0,0 +1,10 @@ + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_magenta.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_magenta.svg new file mode 100644 index 0000000..e3d8845 --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_magenta.svg @@ -0,0 +1,10 @@ + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_red.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_red.svg new file mode 100644 index 0000000..f8864bd --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_red.svg @@ -0,0 +1,10 @@ + + + + diff --git a/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_yellow.svg b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_yellow.svg new file mode 100644 index 0000000..4c61aaf --- /dev/null +++ b/Source/mas/theme/comfy_ui/replacers/mod_assets/games/chess/piece_highlight_yellow.svg @@ -0,0 +1,10 @@ + + + +