diff options
Diffstat (limited to 'art/score-normal.xpm')
-rw-r--r-- | art/score-normal.xpm | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/art/score-normal.xpm b/art/score-normal.xpm new file mode 100644 index 0000000000..82b618cb8d --- /dev/null +++ b/art/score-normal.xpm @@ -0,0 +1,24 @@ +/* XPM */ +static char * score_normal_xpm[] = { +"16 16 5 1", +" c None", +". c #000000", +"+ c #17D1EA", +"@ c #FFFFFF", +"# c #EF9815", +" ", +" ", +" ... ", +" .+.+. ", +" .@#@. ", +" .@@@. ", +" ..@.. ", +" ..@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" ..@@@@@.. ", +" .@@@@@. ", +" ##@## ", +" ## ## ", +" "}; |