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