artwork/chess: change chess symbols to svg

This commit is contained in:
hap 2021-01-18 13:42:14 +01:00
parent a39bbeb439
commit 82acede9cb
129 changed files with 2826 additions and 2627 deletions

View File

@ -1,5 +1,5 @@
# **Chesspieces** # # **Chesspieces** #
Place chesspieces for use with internal artwork here, each PNG is expected to be square with transparent background. They are used with sensorboard device chesspieces simulation, as well as button labels in some cases. Place chesspieces for use with internal artwork here, each SVG is expected to be square with transparent background. They are used with sensorboard device chesspieces simulation, as well as button labels in some cases.
The ones that are included in MAME by default are licensed under the [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause), copyright-holders: Cburnett, Antonsusi. The ones that are included in MAME by default are licensed under the [BSD-3-Clause](http://opensource.org/licenses/BSD-3-Clause), copyright-holders: Cburnett, Antonsusi. Revision 11 December 2020.

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.2 KiB

12
artwork/chess/bb.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-rule:evenodd; fill-opacity:1; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#000000; stroke:#000000; stroke-linecap:butt;">
<path d="M 9,36 C 12.39,35.03 19.11,36.43 22.5,34 C 25.89,36.43 32.61,35.03 36,36 C 36,36 37.65,36.54 39,38 C 38.32,38.97 37.35,38.99 36,38.5 C 32.61,37.53 25.89,38.96 22.5,37.5 C 19.11,38.96 12.39,37.53 9,38.5 C 7.65,38.99 6.68,38.97 6,38 C 7.35,36.54 9,36 9,36 z"/>
<path d="M 15,32 C 17.5,34.5 27.5,34.5 30,32 C 30.5,30.5 30,30 30,30 C 30,27.5 27.5,26 27.5,26 C 33,24.5 33.5,14.5 22.5,10.5 C 11.5,14.5 12,24.5 17.5,26 C 17.5,26 15,27.5 15,30 C 15,30 14.5,30.5 15,32 z"/>
<path d="M 25 8 A 2.5 2.5 0 1 1 20,8 A 2.5 2.5 0 1 1 25 8 z"/>
</g>
<path d="M 17.5,26 L 27.5,26 M 15,30 L 30,30 M 22.5,15.5 L 22.5,20.5 M 20,18 L 25,18" style="fill:none; stroke:#ffffff; stroke-linejoin:miter;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.0 KiB

12
artwork/chess/bk.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path d="M 22.5,11.63 L 22.5,6" style="fill:none; stroke:#000000; stroke-linejoin:miter;" id="path6570"/>
<path d="M 22.5,25 C 22.5,25 27,17.5 25.5,14.5 C 25.5,14.5 24.5,12 22.5,12 C 20.5,12 19.5,14.5 19.5,14.5 C 18,17.5 22.5,25 22.5,25" style="fill:#000000;fill-opacity:1; stroke-linecap:butt; stroke-linejoin:miter;"/>
<path d="M 12.5,37 C 18,40.5 27,40.5 32.5,37 L 32.5,30 C 32.5,30 41.5,25.5 38.5,19.5 C 34.5,13 25,16 22.5,23.5 L 22.5,27 L 22.5,23.5 C 20,16 10.5,13 6.5,19.5 C 3.5,25.5 12.5,30 12.5,30 L 12.5,37" style="fill:#000000; stroke:#000000;"/>
<path d="M 20,8 L 25,8" style="fill:none; stroke:#000000; stroke-linejoin:miter;"/>
<path d="M 32,29.5 C 32,29.5 40.5,25.5 38.03,19.85 C 34.15,14 25,18 22.5,24.5 L 22.5,26.6 L 22.5,24.5 C 20,18 10.85,14 6.97,19.85 C 4.5,25.5 13,29.5 13,29.5" style="fill:none; stroke:#ffffff;"/>
<path d="M 12.5,30 C 18,27 27,27 32.5,30 M 12.5,33.5 C 18,30.5 27,30.5 32.5,33.5 M 12.5,37 C 18,34 27,34 32.5,37" style="fill:none; stroke:#ffffff;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

22
artwork/chess/bn.svg Normal file
View File

@ -0,0 +1,22 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 22,10 C 32.5,11 38.5,18 38,39 L 15,39 C 15,30 25,32.5 23,18"
style="fill:#000000; stroke:#000000;" />
<path
d="M 24,18 C 24.38,20.91 18.45,25.37 16,27 C 13,29 13.18,31.34 11,31 C 9.958,30.06 12.41,27.96 11,28 C 10,28 11.19,29.23 10,30 C 9,30 5.997,31 6,26 C 6,24 12,14 12,14 C 12,14 13.89,12.1 14,10.5 C 13.27,9.506 13.5,8.5 13.5,7.5 C 14.5,6.5 16.5,10 16.5,10 L 18.5,10 C 18.5,10 19.28,8.008 21,7 C 22,7 22,10 22,10"
style="fill:#000000; stroke:#000000;" />
<path
d="M 9.5 25.5 A 0.5 0.5 0 1 1 8.5,25.5 A 0.5 0.5 0 1 1 9.5 25.5 z"
style="fill:#ffffff; stroke:#ffffff;" />
<path
d="M 15 15.5 A 0.5 1.5 0 1 1 14,15.5 A 0.5 1.5 0 1 1 15 15.5 z"
transform="matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)"
style="fill:#ffffff; stroke:#ffffff;" />
<path
d="M 24.55,10.4 L 24.1,11.85 L 24.6,12 C 27.75,13 30.25,14.49 32.5,18.75 C 34.75,23.01 35.75,29.06 35.25,39 L 35.2,39.5 L 37.45,39.5 L 37.5,39 C 38,28.94 36.62,22.15 34.25,17.66 C 31.88,13.17 28.46,11.02 25.06,10.5 L 24.55,10.4 z "
style="fill:#ffffff; stroke:none;" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.0 KiB

5
artwork/chess/bp.svg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<path d="m 22.5,9 c -2.21,0 -4,1.79 -4,4 0,0.89 0.29,1.71 0.78,2.38 C 17.33,16.5 16,18.59 16,21 c 0,2.03 0.94,3.84 2.41,5.03 C 15.41,27.09 11,31.58 11,39.5 H 34 C 34,31.58 29.59,27.09 26.59,26.03 28.06,24.84 29,23.03 29,21 29,18.59 27.67,16.5 25.72,15.38 26.21,14.71 26.5,13.89 26.5,13 c 0,-2.21 -1.79,-4 -4,-4 z" style="opacity:1; fill:#000000; fill-opacity:1; fill-rule:nonzero; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:miter; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"/>
</svg>

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

20
artwork/chess/bq.svg Normal file
View File

@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#000000; stroke:none;">
<circle cx="6" cy="12" r="2.75"/>
<circle cx="14" cy="9" r="2.75"/>
<circle cx="22.5" cy="8" r="2.75"/>
<circle cx="31" cy="9" r="2.75"/>
<circle cx="39" cy="12" r="2.75"/>
</g>
<path d="M 9,26 C 17.5,24.5 30,24.5 36,26 L 38.5,13.5 L 31,25 L 30.7,10.9 L 25.5,24.5 L 22.5,10 L 19.5,24.5 L 14.3,10.9 L 14,25 L 6.5,13.5 L 9,26 z" style="stroke-linecap:butt; stroke:#000000;"/>
<path d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 11,36 11,36 C 9.5,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" style="stroke-linecap:butt;"/>
<path d="M 11,38.5 A 35,35 1 0 0 34,38.5" style="fill:none; stroke:#000000; stroke-linecap:butt;"/>
<path d="M 11,29 A 35,35 1 0 1 34,29" style="fill:none; stroke:#ffffff;"/>
<path d="M 12.5,31.5 L 32.5,31.5" style="fill:none; stroke:#ffffff;"/>
<path d="M 11.5,34.5 A 35,35 1 0 0 33.5,34.5" style="fill:none; stroke:#ffffff;"/>
<path d="M 10.5,37.5 A 35,35 1 0 0 34.5,37.5" style="fill:none; stroke:#ffffff;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.1 KiB

39
artwork/chess/br.svg Normal file
View File

@ -0,0 +1,39 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#000000; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 9,39 L 36,39 L 36,36 L 9,36 L 9,39 z "
style="stroke-linecap:butt;" />
<path
d="M 12.5,32 L 14,29.5 L 31,29.5 L 32.5,32 L 12.5,32 z "
style="stroke-linecap:butt;" />
<path
d="M 12,36 L 12,32 L 33,32 L 33,36 L 12,36 z "
style="stroke-linecap:butt;" />
<path
d="M 14,29.5 L 14,16.5 L 31,16.5 L 31,29.5 L 14,29.5 z "
style="stroke-linecap:butt;stroke-linejoin:miter;" />
<path
d="M 14,16.5 L 11,14 L 34,14 L 31,16.5 L 14,16.5 z "
style="stroke-linecap:butt;" />
<path
d="M 11,14 L 11,9 L 15,9 L 15,11 L 20,11 L 20,9 L 25,9 L 25,11 L 30,11 L 30,9 L 34,9 L 34,14 L 11,14 z "
style="stroke-linecap:butt;" />
<path
d="M 12,35.5 L 33,35.5 L 33,35.5"
style="fill:none; stroke:#ffffff; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 13,31.5 L 32,31.5"
style="fill:none; stroke:#ffffff; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 14,29.5 L 31,29.5"
style="fill:none; stroke:#ffffff; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 14,16.5 L 31,16.5"
style="fill:none; stroke:#ffffff; stroke-width:1; stroke-linejoin:miter;" />
<path
d="M 11,14 L 34,14"
style="fill:none; stroke:#ffffff; stroke-width:1; stroke-linejoin:miter;" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.2 KiB

12
artwork/chess/wb.svg Normal file
View File

@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-rule:evenodd; fill-opacity:1; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<g style="fill:#ffffff; stroke:#000000; stroke-linecap:butt;">
<path d="M 9,36 C 12.39,35.03 19.11,36.43 22.5,34 C 25.89,36.43 32.61,35.03 36,36 C 36,36 37.65,36.54 39,38 C 38.32,38.97 37.35,38.99 36,38.5 C 32.61,37.53 25.89,38.96 22.5,37.5 C 19.11,38.96 12.39,37.53 9,38.5 C 7.65,38.99 6.68,38.97 6,38 C 7.35,36.54 9,36 9,36 z"/>
<path d="M 15,32 C 17.5,34.5 27.5,34.5 30,32 C 30.5,30.5 30,30 30,30 C 30,27.5 27.5,26 27.5,26 C 33,24.5 33.5,14.5 22.5,10.5 C 11.5,14.5 12,24.5 17.5,26 C 17.5,26 15,27.5 15,30 C 15,30 14.5,30.5 15,32 z"/>
<path d="M 25 8 A 2.5 2.5 0 1 1 20,8 A 2.5 2.5 0 1 1 25 8 z"/>
</g>
<path d="M 17.5,26 L 27.5,26 M 15,30 L 30,30 M 22.5,15.5 L 22.5,20.5 M 20,18 L 25,18" style="fill:none; stroke:#000000; stroke-linejoin:miter;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.9 KiB

13
artwork/chess/wk.svg Normal file
View File

@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path d="M 22.5,11.63 L 22.5,6" style="fill:none; stroke:#000000; stroke-linejoin:miter;"/>
<path d="M 20,8 L 25,8" style="fill:none; stroke:#000000; stroke-linejoin:miter;"/>
<path d="M 22.5,25 C 22.5,25 27,17.5 25.5,14.5 C 25.5,14.5 24.5,12 22.5,12 C 20.5,12 19.5,14.5 19.5,14.5 C 18,17.5 22.5,25 22.5,25" style="fill:#ffffff; stroke:#000000; stroke-linecap:butt; stroke-linejoin:miter;"/>
<path d="M 12.5,37 C 18,40.5 27,40.5 32.5,37 L 32.5,30 C 32.5,30 41.5,25.5 38.5,19.5 C 34.5,13 25,16 22.5,23.5 L 22.5,27 L 22.5,23.5 C 20,16 10.5,13 6.5,19.5 C 3.5,25.5 12.5,30 12.5,30 L 12.5,37" style="fill:#ffffff; stroke:#000000;"/>
<path d="M 12.5,30 C 18,27 27,27 32.5,30" style="fill:none; stroke:#000000;"/>
<path d="M 12.5,33.5 C 18,30.5 27,30.5 32.5,33.5" style="fill:none; stroke:#000000;"/>
<path d="M 12.5,37 C 18,34 27,34 32.5,37" style="fill:none; stroke:#000000;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

19
artwork/chess/wn.svg Normal file
View File

@ -0,0 +1,19 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:none; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 22,10 C 32.5,11 38.5,18 38,39 L 15,39 C 15,30 25,32.5 23,18"
style="fill:#ffffff; stroke:#000000;" />
<path
d="M 24,18 C 24.38,20.91 18.45,25.37 16,27 C 13,29 13.18,31.34 11,31 C 9.958,30.06 12.41,27.96 11,28 C 10,28 11.19,29.23 10,30 C 9,30 5.997,31 6,26 C 6,24 12,14 12,14 C 12,14 13.89,12.1 14,10.5 C 13.27,9.506 13.5,8.5 13.5,7.5 C 14.5,6.5 16.5,10 16.5,10 L 18.5,10 C 18.5,10 19.28,8.008 21,7 C 22,7 22,10 22,10"
style="fill:#ffffff; stroke:#000000;" />
<path
d="M 9.5 25.5 A 0.5 0.5 0 1 1 8.5,25.5 A 0.5 0.5 0 1 1 9.5 25.5 z"
style="fill:#000000; stroke:#000000;" />
<path
d="M 15 15.5 A 0.5 1.5 0 1 1 14,15.5 A 0.5 1.5 0 1 1 15 15.5 z"
transform="matrix(0.866,0.5,-0.5,0.866,9.693,-5.173)"
style="fill:#000000; stroke:#000000;" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.9 KiB

5
artwork/chess/wp.svg Normal file
View File

@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<path d="m 22.5,9 c -2.21,0 -4,1.79 -4,4 0,0.89 0.29,1.71 0.78,2.38 C 17.33,16.5 16,18.59 16,21 c 0,2.03 0.94,3.84 2.41,5.03 C 15.41,27.09 11,31.58 11,39.5 H 34 C 34,31.58 29.59,27.09 26.59,26.03 28.06,24.84 29,23.03 29,21 29,18.59 27.67,16.5 25.72,15.38 26.21,14.71 26.5,13.89 26.5,13 c 0,-2.21 -1.79,-4 -4,-4 z" style="opacity:1; fill:#ffffff; fill-opacity:1; fill-rule:nonzero; stroke:#000000; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:miter; stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;"/>
</svg>

After

Width:  |  Height:  |  Size: 766 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

15
artwork/chess/wq.svg Normal file
View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#ffffff; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z" transform="translate(-1,-1)"/>
<path d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z" transform="translate(15.5,-5.5)"/>
<path d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z" transform="translate(32,-1)"/>
<path d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z" transform="translate(7,-4)"/>
<path d="M 9 13 A 2 2 0 1 1 5,13 A 2 2 0 1 1 9 13 z" transform="translate(24,-4)"/>
<path d="M 9,26 C 17.5,24.5 27.5,24.5 36,26 L 38,14 L 31,25 L 31,11 L 25.5,24.5 L 22.5,9.5 L 19.5,24.5 L 14,11 L 14,25 L 7,14 L 9,26 z " style="stroke-linecap:butt;"/>
<path d="M 9,26 C 9,28 10.5,28 11.5,30 C 12.5,31.5 12.5,31 12,33.5 C 10.5,34.5 11,36 11,36 C 9.5,37.5 11,38.5 11,38.5 C 17.5,39.5 27.5,39.5 34,38.5 C 34,38.5 35.5,37.5 34,36 C 34,36 34.5,34.5 33,33.5 C 32.5,31 32.5,31.5 33.5,30 C 34.5,28 36,28 36,26 C 27.5,24.5 17.5,24.5 9,26 z" style="stroke-linecap:butt;"/>
<path d="M 11.5,30 C 15,29 30,29 33.5,30" style="fill:none;"/>
<path d="M 12,33.5 C 18,32.5 27,32.5 33,33.5" style="fill:none;"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.5 KiB

25
artwork/chess/wr.svg Normal file
View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="45" height="45">
<g style="opacity:1; fill:#ffffff; fill-opacity:1; fill-rule:evenodd; stroke:#000000; stroke-width:1.5; stroke-linecap:round;stroke-linejoin:round;stroke-miterlimit:4; stroke-dasharray:none; stroke-opacity:1;">
<path
d="M 9,39 L 36,39 L 36,36 L 9,36 L 9,39 z "
style="stroke-linecap:butt;" />
<path
d="M 12,36 L 12,32 L 33,32 L 33,36 L 12,36 z "
style="stroke-linecap:butt;" />
<path
d="M 11,14 L 11,9 L 15,9 L 15,11 L 20,11 L 20,9 L 25,9 L 25,11 L 30,11 L 30,9 L 34,9 L 34,14"
style="stroke-linecap:butt;" />
<path
d="M 34,14 L 31,17 L 14,17 L 11,14" />
<path
d="M 31,17 L 31,29.5 L 14,29.5 L 14,17"
style="stroke-linecap:butt; stroke-linejoin:miter;" />
<path
d="M 31,29.5 L 32.5,32 L 12.5,32 L 14,29.5" />
<path
d="M 11,14 L 34,14"
style="fill:none; stroke:#000000; stroke-linejoin:miter;" />
</g>
</svg>

After

Width:  |  Height:  |  Size: 1.1 KiB

View File

@ -11,7 +11,7 @@ Features summary:
- major system (predefined 8*7 objects, 12 single + 4 quads) - major system (predefined 8*7 objects, 12 single + 4 quads)
- minor system (4 user-defined 8*8 sprites) - minor system (4 user-defined 8*8 sprites)
- collision detection between all layers - collision detection between all layers
- 1-bit sound - 1-bit sound from rotating shift register
See Odyssey 2 driver file for known problems. See Odyssey 2 driver file for known problems.

View File

@ -326,34 +326,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -152,34 +152,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -79,12 +79,12 @@ license:CC0
<element name="text_hint"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="HINT" ><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_hint"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="HINT" ><color red="0.17" green="0.15" blue="0.15" /></text> </element>
<element name="text_white"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="WHITE" align="2"><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_white"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="WHITE" align="2"><color red="0.17" green="0.15" blue="0.15" /></text> </element>
<element name="text_black"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="BLACK" align="2"><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_black"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="BLACK" align="2"><color red="0.17" green="0.15" blue="0.15" /></text> </element>
<element name="text_king" > <image file="chess/bk.png"/></element> <element name="text_king" > <image file="chess/bk.svg"/></element>
<element name="text_queen" > <image file="chess/bq.png"/></element> <element name="text_queen" > <image file="chess/bq.svg"/></element>
<element name="text_rook" > <image file="chess/br.png"/></element> <element name="text_rook" > <image file="chess/br.svg"/></element>
<element name="text_bishop" > <image file="chess/bb.png"/></element> <element name="text_bishop" > <image file="chess/bb.svg"/></element>
<element name="text_knight" > <image file="chess/bn.png"/></element> <element name="text_knight" > <image file="chess/bn.svg"/></element>
<element name="text_pawn" > <image file="chess/bp.png"/></element> <element name="text_pawn" > <image file="chess/bp.svg"/></element>
<element name="text_change"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="CHANGE" align="2"><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_change"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="CHANGE" align="2"><color red="0.17" green="0.15" blue="0.15" /></text> </element>
<element name="text_board1"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="BOARD" align="1"><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_board1"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="BOARD" align="1"><color red="0.17" green="0.15" blue="0.15" /></text> </element>
<element name="text_halt"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="HALT" ><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_halt"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="HALT" ><color red="0.17" green="0.15" blue="0.15" /></text> </element>
@ -94,34 +94,34 @@ license:CC0
<element name="text_cms"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="CM'S" ><color red="0.17" green="0.15" blue="0.15" /></text> </element> <element name="text_cms"> <rect><color red="0.84" green="0.75" blue="0.50" /></rect> <text string="CM'S" ><color red="0.17" green="0.15" blue="0.15" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -72,34 +72,34 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -98,34 +98,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -53,12 +53,12 @@ license:CC0
<text string="STOP"><color red="0.05" green="0.05" blue="0.05" /></text> <text string="STOP"><color red="0.05" green="0.05" blue="0.05" /></text>
</element> </element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.9" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.9" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.9" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.9" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.9" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.9" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.9" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.9" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.9" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.9" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.9" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.9" /></image></element>
<!-- sb board --> <!-- sb board -->
@ -75,34 +75,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -92,34 +92,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -423,12 +423,12 @@ license:CC0
<element name="text_l11"><text string="11"><color red="1" green="1" blue="1" /></text></element> <element name="text_l11"><text string="11"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l12"><text string="12"><color red="1" green="1" blue="1" /></text></element> <element name="text_l12"><text string="12"><color red="1" green="1" blue="1" /></text></element>
<element name="text_p6"><image file="chess/wk.png"/></element> <element name="text_p6"><image file="chess/wk.svg"/></element>
<element name="text_p5"><image file="chess/wq.png"/></element> <element name="text_p5"><image file="chess/wq.svg"/></element>
<element name="text_p4"><image file="chess/wr.png"/></element> <element name="text_p4"><image file="chess/wr.svg"/></element>
<element name="text_p3"><image file="chess/wb.png"/></element> <element name="text_p3"><image file="chess/wb.svg"/></element>
<element name="text_p2"><image file="chess/wn.png"/></element> <element name="text_p2"><image file="chess/wn.svg"/></element>
<element name="text_p1"><image file="chess/wp.png"/></element> <element name="text_p1"><image file="chess/wp.svg"/></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="-1.2" width="88" height="18.5" /> <bounds x="0" y="-1.2" width="88" height="18.5" />

View File

@ -103,12 +103,12 @@ license:CC0
<text string="Black"><color red="0.01" green="0.01" blue="0.01" /></text> <text string="Black"><color red="0.01" green="0.01" blue="0.01" /></text>
</element> </element>
<element name="text_p1"><image file="chess/bk.png"><color alpha="0.83" /></image></element> <element name="text_p1"><image file="chess/bk.svg"><color alpha="0.83" /></image></element>
<element name="text_p2"><image file="chess/bq.png"><color alpha="0.83" /></image></element> <element name="text_p2"><image file="chess/bq.svg"><color alpha="0.83" /></image></element>
<element name="text_p3"><image file="chess/br.png"><color alpha="0.83" /></image></element> <element name="text_p3"><image file="chess/br.svg"><color alpha="0.83" /></image></element>
<element name="text_p4"><image file="chess/bb.png"><color alpha="0.83" /></image></element> <element name="text_p4"><image file="chess/bb.svg"><color alpha="0.83" /></image></element>
<element name="text_p5"><image file="chess/bn.png"><color alpha="0.83" /></image></element> <element name="text_p5"><image file="chess/bn.svg"><color alpha="0.83" /></image></element>
<element name="text_p6"><image file="chess/bp.png"><color alpha="0.83" /></image></element> <element name="text_p6"><image file="chess/bp.svg"><color alpha="0.83" /></image></element>
<element name="text_b1"><text string="Set up"><color red="0.8" green="0.8" blue="0.8" /></text></element> <element name="text_b1"><text string="Set up"><color red="0.8" green="0.8" blue="0.8" /></text></element>
<element name="text_b2"><text string="New Game"><color red="0.8" green="0.8" blue="0.8" /></text></element> <element name="text_b2"><text string="New Game"><color red="0.8" green="0.8" blue="0.8" /></text></element>
@ -134,34 +134,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -95,34 +95,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -445,12 +445,12 @@ license:CC0
<element name="text_l8"><text string="MOVE"><color red="0.85" green="0.85" blue="0.85" /></text></element> <element name="text_l8"><text string="MOVE"><color red="0.85" green="0.85" blue="0.85" /></text></element>
<element name="text_l9"><text string="LEVEL"><color red="0.85" green="0.85" blue="0.85" /></text></element> <element name="text_l9"><text string="LEVEL"><color red="0.85" green="0.85" blue="0.85" /></text></element>
<element name="text_p6"><image file="chess/wk.png"/></element> <element name="text_p6"><image file="chess/wk.svg"/></element>
<element name="text_p5"><image file="chess/wq.png"/></element> <element name="text_p5"><image file="chess/wq.svg"/></element>
<element name="text_p4"><image file="chess/wr.png"/></element> <element name="text_p4"><image file="chess/wr.svg"/></element>
<element name="text_p3"><image file="chess/wb.png"/></element> <element name="text_p3"><image file="chess/wb.svg"/></element>
<element name="text_p2"><image file="chess/wn.png"/></element> <element name="text_p2"><image file="chess/wn.svg"/></element>
<element name="text_p1"><image file="chess/wp.png"/></element> <element name="text_p1"><image file="chess/wp.svg"/></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="0" width="100" height="30" /> <bounds x="0" y="0" width="100" height="30" />

View File

@ -158,34 +158,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -553,12 +553,12 @@ license:CC0
<element name="text_r8"><text string="REPLAY" align="2"><color red="1" green="1" blue="1" /></text></element> <element name="text_r8"><text string="REPLAY" align="2"><color red="1" green="1" blue="1" /></text></element>
<element name="text_r9"><text string="LEVEL" align="2"><color red="1" green="1" blue="1" /></text></element> <element name="text_r9"><text string="LEVEL" align="2"><color red="1" green="1" blue="1" /></text></element>
<element name="text_p6"><image file="chess/wk.png"/></element> <element name="text_p6"><image file="chess/wk.svg"/></element>
<element name="text_p5"><image file="chess/wq.png"/></element> <element name="text_p5"><image file="chess/wq.svg"/></element>
<element name="text_p4"><image file="chess/wr.png"/></element> <element name="text_p4"><image file="chess/wr.svg"/></element>
<element name="text_p3"><image file="chess/wb.png"/></element> <element name="text_p3"><image file="chess/wb.svg"/></element>
<element name="text_p2"><image file="chess/wn.png"/></element> <element name="text_p2"><image file="chess/wn.svg"/></element>
<element name="text_p1"><image file="chess/wp.png"/></element> <element name="text_p1"><image file="chess/wp.svg"/></element>
<group name="panel"> <group name="panel">
<element ref="text_p6"><bounds x="112.7" y="34.65" width="3.5" height="3.5" /></element> <element ref="text_p6"><bounds x="112.7" y="34.65" width="3.5" height="3.5" /></element>

View File

@ -64,34 +64,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -59,34 +59,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -92,34 +92,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -437,12 +437,12 @@ license:CC0
<element name="text_l11"><text string="LEVEL"><color red="1" green="1" blue="1" /></text></element> <element name="text_l11"><text string="LEVEL"><color red="1" green="1" blue="1" /></text></element>
<element name="text_l12"><text string="MOVE"><color red="1" green="1" blue="1" /></text></element> <element name="text_l12"><text string="MOVE"><color red="1" green="1" blue="1" /></text></element>
<element name="text_p6"><image file="chess/wk.png"/></element> <element name="text_p6"><image file="chess/wk.svg"/></element>
<element name="text_p5"><image file="chess/wq.png"/></element> <element name="text_p5"><image file="chess/wq.svg"/></element>
<element name="text_p4"><image file="chess/wr.png"/></element> <element name="text_p4"><image file="chess/wr.svg"/></element>
<element name="text_p3"><image file="chess/wb.png"/></element> <element name="text_p3"><image file="chess/wb.svg"/></element>
<element name="text_p2"><image file="chess/wn.png"/></element> <element name="text_p2"><image file="chess/wn.svg"/></element>
<element name="text_p1"><image file="chess/wp.png"/></element> <element name="text_p1"><image file="chess/wp.svg"/></element>
<element name="but" defstate="0"> <element name="but" defstate="0">
<rect state="0"><color red="0.6" green="0.6" blue="0.63" /></rect> <rect state="0"><color red="0.6" green="0.6" blue="0.63" /></rect>

View File

@ -199,34 +199,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -121,34 +121,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -210,34 +210,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -182,34 +182,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -220,34 +220,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -219,34 +219,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -223,34 +223,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -218,34 +218,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -137,34 +137,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -137,34 +137,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -129,34 +129,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -227,34 +227,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -223,34 +223,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -221,34 +221,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -229,34 +229,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -223,34 +223,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -198,34 +198,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -175,34 +175,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -175,34 +175,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -134,34 +134,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -182,12 +182,12 @@ license:CC0
<text string="CLEAR"><color red="0.81" green="0.3" blue="0.29" /></text> <text string="CLEAR"><color red="0.81" green="0.3" blue="0.29" /></text>
</element> </element>
<element name="text_p1"> <image file="chess/wk.png"/></element> <element name="text_p1"> <image file="chess/wk.svg"/></element>
<element name="text_p2"> <image file="chess/wq.png"/></element> <element name="text_p2"> <image file="chess/wq.svg"/></element>
<element name="text_p3"> <image file="chess/wr.png"/></element> <element name="text_p3"> <image file="chess/wr.svg"/></element>
<element name="text_p4"> <image file="chess/wb.png"/></element> <element name="text_p4"> <image file="chess/wb.svg"/></element>
<element name="text_p5"> <image file="chess/wn.png"/></element> <element name="text_p5"> <image file="chess/wn.svg"/></element>
<element name="text_p6"> <image file="chess/wp.png"/></element> <element name="text_p6"> <image file="chess/wp.svg"/></element>
<!-- sb board --> <!-- sb board -->
@ -203,34 +203,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -117,34 +117,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -264,34 +264,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -165,34 +165,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -140,34 +140,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -166,34 +166,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -207,34 +207,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -180,34 +180,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -116,12 +116,12 @@ license:CC0
<element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.9" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.9" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.9" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.9" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.9" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.9" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.9" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.9" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.9" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.9" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.9" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.9" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="0" width="18.7" height="23.7" /> <bounds x="0" y="0" width="18.7" height="23.7" />

View File

@ -96,34 +96,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -487,12 +487,12 @@ license:CC0
<element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.9" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.9" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.9" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.9" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.9" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.9" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.9" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.9" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.9" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.9" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.9" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.9" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="0" width="18.7" height="23.7" /> <bounds x="0" y="0" width="18.7" height="23.7" />

View File

@ -88,34 +88,34 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -35,54 +35,54 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<text string=" "><bounds x="0" y="0" width="1" height="1" /></text> <text string=" "><bounds x="0" y="0" width="1" height="1" /></text>
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<image file="chess/wp.png" state="13"/> <image file="chess/wp.svg" state="13"/>
<text string="J" state="13"> <text string="J" state="13">
<color red="0" green="0" blue="0" /> <color red="0" green="0" blue="0" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<image file="chess/bp.png" state="14"/> <image file="chess/bp.svg" state="14"/>
<text string="J" state="14"> <text string="J" state="14">
<color red="1" green="1" blue="1" /> <color red="1" green="1" blue="1" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="15"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="16"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="17"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="18"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="19"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="20"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="21"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="22"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="23"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/br.png" state="24"><color alpha="0.5" /></image> <image file="chess/br.svg" state="24"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="25"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="25"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="26"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="26"><color alpha="0.5" /></image>
<image file="chess/wp.png" state="27"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="27"><color alpha="0.5" /></image>
<text string="J" state="27"> <text string="J" state="27">
<color red="0.3" green="0.3" blue="0.2" /> <color red="0.3" green="0.3" blue="0.2" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<image file="chess/bp.png" state="28"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="28"><color alpha="0.5" /></image>
<text string="J" state="28"> <text string="J" state="28">
<color red="0.7" green="0.7" blue="0.6" /> <color red="0.7" green="0.7" blue="0.6" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />

View File

@ -35,54 +35,54 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<rect><color alpha="0" /></rect> <!-- force unit square bounds --> <rect><color alpha="0" /></rect> <!-- force unit square bounds -->
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<image file="chess/wp.png" state="13"/> <image file="chess/wp.svg" state="13"/>
<text string="J" state="13"> <text string="J" state="13">
<color red="0" green="0" blue="0" /> <color red="0" green="0" blue="0" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<image file="chess/bp.png" state="14"/> <image file="chess/bp.svg" state="14"/>
<text string="J" state="14"> <text string="J" state="14">
<color red="1" green="1" blue="1" /> <color red="1" green="1" blue="1" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="15"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="16"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="17"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="18"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="19"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="20"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="21"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="22"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="23"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/br.png" state="24"><color alpha="0.5" /></image> <image file="chess/br.svg" state="24"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="25"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="25"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="26"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="26"><color alpha="0.5" /></image>
<image file="chess/wp.png" state="27"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="27"><color alpha="0.5" /></image>
<text string="J" state="27"> <text string="J" state="27">
<color red="0.3" green="0.3" blue="0.2" /> <color red="0.3" green="0.3" blue="0.2" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<image file="chess/bp.png" state="28"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="28"><color alpha="0.5" /></image>
<text string="J" state="28"> <text string="J" state="28">
<color red="0.7" green="0.7" blue="0.6" /> <color red="0.7" green="0.7" blue="0.6" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />

View File

@ -47,34 +47,34 @@ license:CC0
<element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element> <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
@ -398,12 +398,12 @@ license:CC0
<element name="text_9l"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="9"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_9l"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="9"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_0r"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="0"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_0r"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="0"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.95" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.95" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.95" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.95" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.95" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.95" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.95" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.95" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.95" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.95" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.95" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.95" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="69" y="93" width="29" height="14" /> <bounds x="69" y="93" width="29" height="14" />

View File

@ -51,34 +51,34 @@ license:CC0
<element name="text_newgame"> <text string="NEW GAME"> <color red="0.9" green="0.85" blue="0.55" /></text> </element> <element name="text_newgame"> <text string="NEW GAME"> <color red="0.9" green="0.85" blue="0.55" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -48,34 +48,34 @@ license:CC0
<element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element> <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
@ -419,12 +419,12 @@ license:CC0
<element name="text_b5"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="5"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_b5"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="5"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_b6"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="6"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_b6"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="6"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.95" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.95" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.95" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.95" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.95" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.95" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.95" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.95" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.95" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.95" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.95" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.95" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="69" y="93" width="29" height="14" /> <bounds x="69" y="93" width="29" height="14" />

View File

@ -96,34 +96,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -492,12 +492,12 @@ license:CC0
<element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.9" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.9" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.9" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.9" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.9" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.9" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.9" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.9" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.9" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.9" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.9" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.9" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="0" width="18.7" height="23.7" /> <bounds x="0" y="0" width="18.7" height="23.7" />

View File

@ -35,54 +35,54 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<text string=" "><bounds x="0" y="0" width="1" height="1" /></text> <text string=" "><bounds x="0" y="0" width="1" height="1" /></text>
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<image file="chess/wp.png" state="13"/> <image file="chess/wp.svg" state="13"/>
<text string="J" state="13"> <text string="J" state="13">
<color red="0" green="0" blue="0" /> <color red="0" green="0" blue="0" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<image file="chess/bp.png" state="14"/> <image file="chess/bp.svg" state="14"/>
<text string="J" state="14"> <text string="J" state="14">
<color red="1" green="1" blue="1" /> <color red="1" green="1" blue="1" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="15"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="16"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="17"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="18"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="19"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="20"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="21"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="22"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="23"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/br.png" state="24"><color alpha="0.5" /></image> <image file="chess/br.svg" state="24"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="25"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="25"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="26"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="26"><color alpha="0.5" /></image>
<image file="chess/wp.png" state="27"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="27"><color alpha="0.5" /></image>
<text string="J" state="27"> <text string="J" state="27">
<color red="0.3" green="0.3" blue="0.2" /> <color red="0.3" green="0.3" blue="0.2" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />
</text> </text>
<image file="chess/bp.png" state="28"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="28"><color alpha="0.5" /></image>
<text string="J" state="28"> <text string="J" state="28">
<color red="0.7" green="0.7" blue="0.6" /> <color red="0.7" green="0.7" blue="0.6" />
<bounds x="0" y="0.55" width="1" height="0.3" /> <bounds x="0" y="0.55" width="1" height="0.3" />

View File

@ -47,34 +47,34 @@ license:CC0
<element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element> <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
@ -398,12 +398,12 @@ license:CC0
<element name="text_9l"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="9"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_9l"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="9"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_0r"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="0"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_0r"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="0"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.95" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.95" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.95" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.95" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.95" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.95" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.95" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.95" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.95" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.95" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.95" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.95" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="69" y="93" width="29" height="14" /> <bounds x="69" y="93" width="29" height="14" />

View File

@ -110,12 +110,12 @@ license:CC0
<element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b8"><text string="8" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element> <element name="text_b9"><text string="9" align="2"><color red="0.75" green="0.75" blue="0.75" /></text></element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.9" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.9" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.9" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.9" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.9" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.9" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.9" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.9" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.9" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.9" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.9" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.9" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="5" width="18.7" height="18.7" /> <bounds x="0" y="5" width="18.7" height="18.7" />

View File

@ -75,34 +75,34 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -62,42 +62,42 @@ license:CC0
<element name="text_clear"> <text string="CLEAR"> <color red="1" green="1" blue="1" /></text> </element> <element name="text_clear"> <text string="CLEAR"> <color red="1" green="1" blue="1" /></text> </element>
<element name="text_newgame"> <text string="NEW GAME"> <color red="1" green="1" blue="1" /></text> </element> <element name="text_newgame"> <text string="NEW GAME"> <color red="1" green="1" blue="1" /></text> </element>
<element name="text_p1"><image file="chess/wk.png"/></element> <element name="text_p1"><image file="chess/wk.svg"/></element>
<element name="text_p2"><image file="chess/wq.png"/></element> <element name="text_p2"><image file="chess/wq.svg"/></element>
<element name="text_p3"><image file="chess/wr.png"/></element> <element name="text_p3"><image file="chess/wr.svg"/></element>
<element name="text_p4"><image file="chess/wb.png"/></element> <element name="text_p4"><image file="chess/wb.svg"/></element>
<element name="text_p5"><image file="chess/wn.png"/></element> <element name="text_p5"><image file="chess/wn.svg"/></element>
<element name="text_p6"><image file="chess/wp.png"/></element> <element name="text_p6"><image file="chess/wp.svg"/></element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -50,34 +50,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -413,12 +413,12 @@ license:CC0
<element name="text_b35"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="9" align="2"><color red="0.95" green="0.95" blue="0.95" /></text></element> <element name="text_b35"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="9" align="2"><color red="0.95" green="0.95" blue="0.95" /></text></element>
<element name="text_b36"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="0" align="2"><color red="0.95" green="0.95" blue="0.95" /></text></element> <element name="text_b36"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="0" align="2"><color red="0.95" green="0.95" blue="0.95" /></text></element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.95" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.95" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.95" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.95" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.95" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.95" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.95" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.95" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.95" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.95" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.95" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.95" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="0" y="0" width="23" height="12.25" /> <bounds x="0" y="0" width="23" height="12.25" />

View File

@ -92,34 +92,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">
@ -440,12 +440,12 @@ license:CC0
<element name="text_9l"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="9"><color red="0.95" green="0.95" blue="0.95" /></text></element> <element name="text_9l"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="9"><color red="0.95" green="0.95" blue="0.95" /></text></element>
<element name="text_0r"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="0"><color red="0.95" green="0.95" blue="0.95" /></text></element> <element name="text_0r"><rect><color red="0.25" green="0.25" blue="0.25" /></rect><text string="0"><color red="0.95" green="0.95" blue="0.95" /></text></element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.95" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.95" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.95" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.95" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.95" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.95" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.95" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.95" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.95" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.95" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.95" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.95" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="69" y="93" width="29" height="14" /> <bounds x="69" y="93" width="29" height="14" />

View File

@ -48,34 +48,34 @@ license:CC0
<element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element> <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
@ -424,12 +424,12 @@ license:CC0
<element name="text_l9"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="&#x2190;"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_l9"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="&#x2190;"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_r0"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="&#x2192;"> <color red="0.95" green="0.95" blue="0.95" /></text> </element> <element name="text_r0"> <rect><color red="0.25" green="0.25" blue="0.25" /></rect> <text string="&#x2192;"> <color red="0.95" green="0.95" blue="0.95" /></text> </element>
<element name="text_p1"><image file="chess/wk.png"><color alpha="0.95" /></image></element> <element name="text_p1"><image file="chess/wk.svg"><color alpha="0.95" /></image></element>
<element name="text_p2"><image file="chess/wq.png"><color alpha="0.95" /></image></element> <element name="text_p2"><image file="chess/wq.svg"><color alpha="0.95" /></image></element>
<element name="text_p3"><image file="chess/wr.png"><color alpha="0.95" /></image></element> <element name="text_p3"><image file="chess/wr.svg"><color alpha="0.95" /></image></element>
<element name="text_p4"><image file="chess/wb.png"><color alpha="0.95" /></image></element> <element name="text_p4"><image file="chess/wb.svg"><color alpha="0.95" /></image></element>
<element name="text_p5"><image file="chess/wn.png"><color alpha="0.95" /></image></element> <element name="text_p5"><image file="chess/wn.svg"><color alpha="0.95" /></image></element>
<element name="text_p6"><image file="chess/wp.png"><color alpha="0.95" /></image></element> <element name="text_p6"><image file="chess/wp.svg"><color alpha="0.95" /></image></element>
<group name="buttons"> <group name="buttons">
<bounds x="69" y="93" width="29" height="14" /> <bounds x="69" y="93" width="29" height="14" />

View File

@ -66,42 +66,42 @@ license:CC0
<element name="text_clear"> <text string="CLEAR"> <color red="1" green="1" blue="1" /></text> </element> <element name="text_clear"> <text string="CLEAR"> <color red="1" green="1" blue="1" /></text> </element>
<element name="text_newgame"> <text string="NEW GAME"> <color red="1" green="1" blue="1" /></text> </element> <element name="text_newgame"> <text string="NEW GAME"> <color red="1" green="1" blue="1" /></text> </element>
<element name="text_p1"><image file="chess/wk.png"/></element> <element name="text_p1"><image file="chess/wk.svg"/></element>
<element name="text_p2"><image file="chess/wq.png"/></element> <element name="text_p2"><image file="chess/wq.svg"/></element>
<element name="text_p3"><image file="chess/wr.png"/></element> <element name="text_p3"><image file="chess/wr.svg"/></element>
<element name="text_p4"><image file="chess/wb.png"/></element> <element name="text_p4"><image file="chess/wb.svg"/></element>
<element name="text_p5"><image file="chess/wn.png"/></element> <element name="text_p5"><image file="chess/wn.svg"/></element>
<element name="text_p6"><image file="chess/wp.png"/></element> <element name="text_p6"><image file="chess/wp.svg"/></element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -33,34 +33,34 @@ license:CC0
<element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element> <element name="text_h"> <rect><color red="0.56" green="0.33" blue="0.12" /></rect> <text string="H"><color red="0.87" green="0.87" blue="0.84" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -70,34 +70,34 @@ license:CC0
<element name="text_res"> <text align="1" string="RES"> <color red="0.90" green="0.91" blue="0.89" /></text> </element> <element name="text_res"> <text align="1" string="RES"> <color red="0.90" green="0.91" blue="0.89" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -70,34 +70,34 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -83,34 +83,34 @@ license:CC0
<element name="text_lcd"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="MULTI INFO LCD"> <color red="1" green="1" blue="1" /></text> </element> <element name="text_lcd"> <rect><color red="0.59" green="0.39" blue="0.20" /></rect> <text string="MULTI INFO LCD"> <color red="1" green="1" blue="1" /></text> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -51,43 +51,43 @@ license:CC0
<element name="static_lcd"><rect><color red="0.5412" green="0.57255" blue="0.5804" /></rect></element> <element name="static_lcd"><rect><color red="0.5412" green="0.57255" blue="0.5804" /></rect></element>
<element name="yellow_mask"><rect><color red="0.76" green="0.74" blue="0.41" /></rect></element> <element name="yellow_mask"><rect><color red="0.76" green="0.74" blue="0.41" /></rect></element>
<element name="text_p1"><image file="chess/wk.png"/></element> <element name="text_p1"><image file="chess/wk.svg"/></element>
<element name="text_p2"><image file="chess/wq.png"/></element> <element name="text_p2"><image file="chess/wq.svg"/></element>
<element name="text_p3"><image file="chess/wr.png"/></element> <element name="text_p3"><image file="chess/wr.svg"/></element>
<element name="text_p4"><image file="chess/wb.png"/></element> <element name="text_p4"><image file="chess/wb.svg"/></element>
<element name="text_p5"><image file="chess/wn.png"/></element> <element name="text_p5"><image file="chess/wn.svg"/></element>
<element name="text_p6"><image file="chess/wp.png"/></element> <element name="text_p6"><image file="chess/wp.svg"/></element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -78,34 +78,34 @@ license:CC0
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>

View File

@ -88,12 +88,12 @@ license:CC0
<element name="text_r7"><text string="Black"><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r7"><text string="Black"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r8"><text string="White"><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r8"><text string="White"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_p1"><image file="chess/wk.png"></image></element> <element name="text_p1"><image file="chess/wk.svg"></image></element>
<element name="text_p2"><image file="chess/wq.png"></image></element> <element name="text_p2"><image file="chess/wq.svg"></image></element>
<element name="text_p3"><image file="chess/wr.png"></image></element> <element name="text_p3"><image file="chess/wr.svg"></image></element>
<element name="text_p4"><image file="chess/wb.png"></image></element> <element name="text_p4"><image file="chess/wb.svg"></image></element>
<element name="text_p5"><image file="chess/wn.png"></image></element> <element name="text_p5"><image file="chess/wn.svg"></image></element>
<element name="text_p6"><image file="chess/wp.png"></image></element> <element name="text_p6"><image file="chess/wp.svg"></image></element>
<!-- sb board --> <!-- sb board -->
@ -110,34 +110,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -142,12 +142,12 @@ license:CC0
<element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r8b"><text string=" "><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r8b"><text string=" "><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_p1"><image file="chess/bk.png"><color alpha="0.85" /></image></element> <element name="text_p1"><image file="chess/bk.svg"><color alpha="0.85" /></image></element>
<element name="text_p2"><image file="chess/bq.png"><color alpha="0.85" /></image></element> <element name="text_p2"><image file="chess/bq.svg"><color alpha="0.85" /></image></element>
<element name="text_p3"><image file="chess/bb.png"><color alpha="0.85" /></image></element> <element name="text_p3"><image file="chess/bb.svg"><color alpha="0.85" /></image></element>
<element name="text_p4"><image file="chess/bn.png"><color alpha="0.85" /></image></element> <element name="text_p4"><image file="chess/bn.svg"><color alpha="0.85" /></image></element>
<element name="text_p5"><image file="chess/br.png"><color alpha="0.85" /></image></element> <element name="text_p5"><image file="chess/br.svg"><color alpha="0.85" /></image></element>
<element name="text_p6"><image file="chess/bp.png"><color alpha="0.85" /></image></element> <element name="text_p6"><image file="chess/bp.svg"><color alpha="0.85" /></image></element>
<!-- sb board --> <!-- sb board -->
@ -164,34 +164,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -169,34 +169,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -84,19 +84,19 @@ license:CC0
<element name="text_r7a"><text string="Hint"><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r7a"><text string="Hint"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_p1"><image file="chess/wp.png"/></element> <element name="text_p1"><image file="chess/wp.svg"/></element>
<element name="text_p2"><image file="chess/wn.png"/></element> <element name="text_p2"><image file="chess/wn.svg"/></element>
<element name="text_p3"><image file="chess/wb.png"/></element> <element name="text_p3"><image file="chess/wb.svg"/></element>
<element name="text_p4"><image file="chess/wr.png"/></element> <element name="text_p4"><image file="chess/wr.svg"/></element>
<element name="text_p5"><image file="chess/wq.png"/></element> <element name="text_p5"><image file="chess/wq.svg"/></element>
<element name="text_p6"><image file="chess/wk.png"/></element> <element name="text_p6"><image file="chess/wk.svg"/></element>
<element name="text_p7"><image file="chess/bp.png"/></element> <element name="text_p7"><image file="chess/bp.svg"/></element>
<element name="text_p8"><image file="chess/bn.png"/></element> <element name="text_p8"><image file="chess/bn.svg"/></element>
<element name="text_p9"><image file="chess/bb.png"/></element> <element name="text_p9"><image file="chess/bb.svg"/></element>
<element name="text_p10"><image file="chess/br.png"/></element> <element name="text_p10"><image file="chess/br.svg"/></element>
<element name="text_p11"><image file="chess/bq.png"/></element> <element name="text_p11"><image file="chess/bq.svg"/></element>
<element name="text_p12"><image file="chess/bk.png"/></element> <element name="text_p12"><image file="chess/bk.svg"/></element>
<!-- sb board --> <!-- sb board -->
@ -113,34 +113,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -95,12 +95,12 @@ license:CC0
<element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r8a"><text string="Go"><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_r8b"><text string=" "><color red="0.51" green="0.5" blue="0.49" /></text></element> <element name="text_r8b"><text string=" "><color red="0.51" green="0.5" blue="0.49" /></text></element>
<element name="text_p1"><image file="chess/wk.png"></image></element> <element name="text_p1"><image file="chess/wk.svg"></image></element>
<element name="text_p2"><image file="chess/wq.png"></image></element> <element name="text_p2"><image file="chess/wq.svg"></image></element>
<element name="text_p3"><image file="chess/wr.png"></image></element> <element name="text_p3"><image file="chess/wr.svg"></image></element>
<element name="text_p4"><image file="chess/wb.png"></image></element> <element name="text_p4"><image file="chess/wb.svg"></image></element>
<element name="text_p5"><image file="chess/wn.png"></image></element> <element name="text_p5"><image file="chess/wn.svg"></image></element>
<element name="text_p6"><image file="chess/wp.png"></image></element> <element name="text_p6"><image file="chess/wp.svg"></image></element>
<!-- sb board --> <!-- sb board -->
@ -117,34 +117,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -86,12 +86,12 @@ license:CC0
<text string="GO"><color red="0" green="0" blue="0" /></text> <text string="GO"><color red="0" green="0" blue="0" /></text>
</element> </element>
<element name="text_p1"><image file="chess/bk.png"></image></element> <element name="text_p1"><image file="chess/bk.svg"></image></element>
<element name="text_p2"><image file="chess/bq.png"></image></element> <element name="text_p2"><image file="chess/bq.svg"></image></element>
<element name="text_p3"><image file="chess/br.png"></image></element> <element name="text_p3"><image file="chess/br.svg"></image></element>
<element name="text_p4"><image file="chess/bb.png"></image></element> <element name="text_p4"><image file="chess/bb.svg"></image></element>
<element name="text_p5"><image file="chess/bn.png"></image></element> <element name="text_p5"><image file="chess/bn.svg"></image></element>
<element name="text_p6"><image file="chess/bp.png"></image></element> <element name="text_p6"><image file="chess/bp.svg"></image></element>
<!-- sb board --> <!-- sb board -->
@ -108,34 +108,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -79,12 +79,12 @@ license:CC0
<text string="GO"><color red="0" green="0" blue="0" /></text> <text string="GO"><color red="0" green="0" blue="0" /></text>
</element> </element>
<element name="text_p1"><image file="chess/bk.png"></image></element> <element name="text_p1"><image file="chess/bk.svg"></image></element>
<element name="text_p2"><image file="chess/bq.png"></image></element> <element name="text_p2"><image file="chess/bq.svg"></image></element>
<element name="text_p3"><image file="chess/br.png"></image></element> <element name="text_p3"><image file="chess/br.svg"></image></element>
<element name="text_p4"><image file="chess/bb.png"></image></element> <element name="text_p4"><image file="chess/bb.svg"></image></element>
<element name="text_p5"><image file="chess/bn.png"></image></element> <element name="text_p5"><image file="chess/bn.svg"></image></element>
<element name="text_p6"><image file="chess/bp.png"></image></element> <element name="text_p6"><image file="chess/bp.svg"></image></element>
<!-- sb board --> <!-- sb board -->
@ -101,34 +101,34 @@ license:CC0
</element> </element>
<element name="piece" defstate="0"> <element name="piece" defstate="0">
<image file="chess/wp.png" state="1"/> <image file="chess/wp.svg" state="1"/>
<image file="chess/wn.png" state="2"/> <image file="chess/wn.svg" state="2"/>
<image file="chess/wb.png" state="3"/> <image file="chess/wb.svg" state="3"/>
<image file="chess/wr.png" state="4"/> <image file="chess/wr.svg" state="4"/>
<image file="chess/wq.png" state="5"/> <image file="chess/wq.svg" state="5"/>
<image file="chess/wk.png" state="6"/> <image file="chess/wk.svg" state="6"/>
<image file="chess/bp.png" state="7"/> <image file="chess/bp.svg" state="7"/>
<image file="chess/bn.png" state="8"/> <image file="chess/bn.svg" state="8"/>
<image file="chess/bb.png" state="9"/> <image file="chess/bb.svg" state="9"/>
<image file="chess/br.png" state="10"/> <image file="chess/br.svg" state="10"/>
<image file="chess/bq.png" state="11"/> <image file="chess/bq.svg" state="11"/>
<image file="chess/bk.png" state="12"/> <image file="chess/bk.svg" state="12"/>
<!-- selected pieces --> <!-- selected pieces -->
<image file="chess/wp.png" state="13"><color alpha="0.5" /></image> <image file="chess/wp.svg" state="13"><color alpha="0.5" /></image>
<image file="chess/wn.png" state="14"><color alpha="0.5" /></image> <image file="chess/wn.svg" state="14"><color alpha="0.5" /></image>
<image file="chess/wb.png" state="15"><color alpha="0.5" /></image> <image file="chess/wb.svg" state="15"><color alpha="0.5" /></image>
<image file="chess/wr.png" state="16"><color alpha="0.5" /></image> <image file="chess/wr.svg" state="16"><color alpha="0.5" /></image>
<image file="chess/wq.png" state="17"><color alpha="0.5" /></image> <image file="chess/wq.svg" state="17"><color alpha="0.5" /></image>
<image file="chess/wk.png" state="18"><color alpha="0.5" /></image> <image file="chess/wk.svg" state="18"><color alpha="0.5" /></image>
<image file="chess/bp.png" state="19"><color alpha="0.5" /></image> <image file="chess/bp.svg" state="19"><color alpha="0.5" /></image>
<image file="chess/bn.png" state="20"><color alpha="0.5" /></image> <image file="chess/bn.svg" state="20"><color alpha="0.5" /></image>
<image file="chess/bb.png" state="21"><color alpha="0.5" /></image> <image file="chess/bb.svg" state="21"><color alpha="0.5" /></image>
<image file="chess/br.png" state="22"><color alpha="0.5" /></image> <image file="chess/br.svg" state="22"><color alpha="0.5" /></image>
<image file="chess/bq.png" state="23"><color alpha="0.5" /></image> <image file="chess/bq.svg" state="23"><color alpha="0.5" /></image>
<image file="chess/bk.png" state="24"><color alpha="0.5" /></image> <image file="chess/bk.svg" state="24"><color alpha="0.5" /></image>
</element> </element>
<group name="sb_board"> <group name="sb_board">

View File

@ -127,11 +127,11 @@ license:CC0
</element> </element>
<element name="text_l07"><text string="SOUND"><color red="0.65" green="0.65" blue="0.65" /></text></element> <element name="text_l07"><text string="SOUND"><color red="0.65" green="0.65" blue="0.65" /></text></element>
<element name="text_pp"><image file="chess/wp.png"><color alpha="0.8" /></image></element> <element name="text_pp"><image file="chess/wp.svg"><color alpha="0.8" /></image></element>
<element name="text_pn"><image file="chess/wn.png"><color alpha="0.8" /></image></element> <element name="text_pn"><image file="chess/wn.svg"><color alpha="0.8" /></image></element>
<element name="text_pb"><image file="chess/wb.png"><color alpha="0.8" /></image></element> <element name="text_pb"><image file="chess/wb.svg"><color alpha="0.8" /></image></element>
<element name="text_pr"><image file="chess/wr.png"><color alpha="0.8" /></image></element> <element name="text_pr"><image file="chess/wr.svg"><color alpha="0.8" /></image></element>
<element name="text_pq"><image file="chess/wq.png"><color alpha="0.8" /></image></element> <element name="text_pq"><image file="chess/wq.svg"><color alpha="0.8" /></image></element>
<element name="text_l2a"><text string="BOARD"><color red="0.65" green="0.65" blue="0.65" /></text></element> <element name="text_l2a"><text string="BOARD"><color red="0.65" green="0.65" blue="0.65" /></text></element>
<element name="text_l2b"><text string="VERIFY"><color red="0.65" green="0.65" blue="0.65" /></text></element> <element name="text_l2b"><text string="VERIFY"><color red="0.65" green="0.65" blue="0.65" /></text></element>

View File

@ -106,11 +106,11 @@ license:CC0
<text string="Set Up"><color red="0.01" green="0.01" blue="0.01" /></text> <text string="Set Up"><color red="0.01" green="0.01" blue="0.01" /></text>
</element> </element>
<element name="text_b21a"><image file="chess/bp.png"/></element> <element name="text_b21a"><image file="chess/bp.svg"/></element>
<element name="text_b22a"><image file="chess/br.png"/></element> <element name="text_b22a"><image file="chess/br.svg"/></element>
<element name="text_b23a"><image file="chess/bn.png"/></element> <element name="text_b23a"><image file="chess/bn.svg"/></element>
<element name="text_b24a"><image file="chess/bb.png"/></element> <element name="text_b24a"><image file="chess/bb.svg"/></element>
<element name="text_b25a"><image file="chess/bq.png"/></element> <element name="text_b25a"><image file="chess/bq.svg"/></element>
<element name="text_b21"> <element name="text_b21">
<rect><color red="0.7" green="0.7" blue="0.74" /></rect> <rect><color red="0.7" green="0.7" blue="0.74" /></rect>

Some files were not shown because too many files have changed in this diff Show More