diff options
Diffstat (limited to 'pics/mspacman-tiny/point.xpm')
-rw-r--r-- | pics/mspacman-tiny/point.xpm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pics/mspacman-tiny/point.xpm b/pics/mspacman-tiny/point.xpm new file mode 100644 index 0000000..8b0f6fc --- /dev/null +++ b/pics/mspacman-tiny/point.xpm @@ -0,0 +1,13 @@ +/* XPM */ +static char *point[] = { +/* width height num_colors chars_per_pixel */ +" 4 4 2 1", +/* colors */ +" s None c None", +"w c #dedede", +/* pixels */ +" ", +" ww ", +" ww ", +" " +}; |