diff options
Diffstat (limited to 'pics/tiny/lifes.xpm')
-rw-r--r-- | pics/tiny/lifes.xpm | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/pics/tiny/lifes.xpm b/pics/tiny/lifes.xpm new file mode 100644 index 0000000..8b01f10 --- /dev/null +++ b/pics/tiny/lifes.xpm @@ -0,0 +1,21 @@ +/* XPM */ +static char * lifes_xpm[] = { +"16 16 2 1", +" s None c None", +"y c yellow", +" ", +" ", +" yyyyy ", +" yyyyyyy ", +" yyyyyyyyy ", +" yyyyyyyy ", +" yyyyyy ", +" yyyy ", +" yyyyyy ", +" yyyyyyyy ", +" yyyyyyyyy ", +" yyyyyyy ", +" yyyyy ", +" ", +" ", +" "}; |