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