diff options
Diffstat (limited to 'pics/mspacman-tiny/switch02.xpm')
-rw-r--r-- | pics/mspacman-tiny/switch02.xpm | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/pics/mspacman-tiny/switch02.xpm b/pics/mspacman-tiny/switch02.xpm new file mode 100644 index 0000000..fd4d093 --- /dev/null +++ b/pics/mspacman-tiny/switch02.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", +"y c yellow", +/* pixels */ +" yyyy ", +" yyyyyy ", +"yyyyyyyy ", +"yyyyyyyy ", +"yyyyyyyy ", +"yyyyyyyy ", +" yyyyyy ", +" yyyy " +}; |