diff options
Diffstat (limited to 'assets/chess/pieces/xboard/bdd40.xpm')
| -rw-r--r-- | assets/chess/pieces/xboard/bdd40.xpm | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/assets/chess/pieces/xboard/bdd40.xpm b/assets/chess/pieces/xboard/bdd40.xpm new file mode 100644 index 00000000..e0727f36 --- /dev/null +++ b/assets/chess/pieces/xboard/bdd40.xpm @@ -0,0 +1,49 @@ +/* XPM */ +static char *bdd40[] = { +/* columns rows colors chars-per-pixel */ +"40 40 3 1", +" c black s dark_piece", +". c green s dark_square", +"X c white s light_piece", +/* pixels */ +"........................................", +"................... ..................", +".................. .................", +".................. .................", +".................. .................", +"................... ..................", +"................... ..................", +".................. .................", +"................ ...............", +"............... ..............", +".............. .............", +"............. ............", +"............ X ...........", +"............ X ...........", +"........... X ..........", +"........... XXXXXXX ..........", +"........... X ..........", +"........... X ..........", +"........... X ..........", +"............ ...........", +"............ ...........", +"............. ............", +"............. XXXXXXX ............", +".............. XXXX XXXX .............", +"............. ............", +"............. ............", +"............. XXXXXXXXXXXXX ............", +"............ ...........", +"............ ...........", +"............... ..............", +"................... ..................", +"................. ................", +"...... .....", +".... ...", +"... . ..", +".... ..... ...", +"..... ............................. ....", +"........................................", +"........................................", +"........................................" +}; |
