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