diff options
Diffstat (limited to 'pics/mspacman-tiny/point03.xpm')
-rw-r--r-- | pics/mspacman-tiny/point03.xpm | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/pics/mspacman-tiny/point03.xpm b/pics/mspacman-tiny/point03.xpm new file mode 100644 index 0000000..a2868e8 --- /dev/null +++ b/pics/mspacman-tiny/point03.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", +"n c #de9541", +/* pixels */ +" ", +" nn ", +" nn ", +" " +}; |