diff options
Diffstat (limited to 'assets/chess/pieces/xboard/qdl37.xpm')
| -rw-r--r-- | assets/chess/pieces/xboard/qdl37.xpm | 46 | 
1 files changed, 46 insertions, 0 deletions
| diff --git a/assets/chess/pieces/xboard/qdl37.xpm b/assets/chess/pieces/xboard/qdl37.xpm new file mode 100644 index 00000000..080137cd --- /dev/null +++ b/assets/chess/pieces/xboard/qdl37.xpm @@ -0,0 +1,46 @@ +/* XPM */ +static char *qdl37[] = { +/* columns rows colors chars-per-pixel */ +"37 37 3 1", +"  c black s dark_piece", +". c gray s light_square", +"X c white s light_piece", +/* pixels */ +".....................................", +".....................................", +".................   .................", +"..........   ...     ...   ..........", +".........     ..     ..     .........", +".........     ...   ...     .........", +"...  .....   ..... .....   .....  ...", +"..    ..... ...... ...... .....    ..", +"..    .....  ....   ....  .....    ..", +"..    .....  ....   ....  .....    ..", +"...  .....   ....   ....   .....  ...", +"....  ....   ....   ....   ....  ....", +"....  ....    ...   ...    ....  ....", +"....   ...    ..     ..    ...   ....", +"....   ...    ..     ..    ...   ....", +"....    ..    ..     ..    ..    ....", +".....   ..     .     .     ..   .....", +".....   .      .     .      .   .....", +".....                           .....", +".....                           .....", +".....                           .....", +"......                         ......", +"......                         ......", +".......                       .......", +".......  XXXXXXXXXXXXXXXXXXX  .......", +"........                     ........", +"........                     ........", +".........  XXXXXXXXXXXXXXX  .........", +"........  XX             XX  ........", +"........                     ........", +"....... X                     .......", +".......                       .......", +"........                     ........", +".............           .............", +".....................................", +".....................................", +"....................................." +}; | 
