From 5fce44d580c24ac4c817ca62614670b04b4cf10b Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Mon, 5 May 2008 22:36:42 +0100 Subject: Scrap plug-able interfaces in preparation for GTK GUI. Signed-off-by: Bradley Smith --- xpm/food.xpm | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 xpm/food.xpm (limited to 'xpm/food.xpm') diff --git a/xpm/food.xpm b/xpm/food.xpm new file mode 100644 index 0000000..34558d3 --- /dev/null +++ b/xpm/food.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char *food_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 4 1", +/* colors */ +". c #f83000", +"# c #c8ccc8", +"a c #989898", +"b c #f8fcf8", +/* pixels */ +"bbbbbbbbbbbbbbbb", +"bbbbbbbbbbbbbbbb", +"bbbbbbbbbbbbbbbb", +"bbb#bbbbbb#b#abb", +"bbbbbbbbbbbbbabb", +"bbbbbbbbbbbbbabb", +"bbbbbbbb.bbbbabb", +"bbbbbbbb.bbbbabb", +"bbbbbb.....bbabb", +"bbbbbbbb.bbbbabb", +"bbbbbbbb.bbbbabb", +"bbbbbbbbbbbbbabb", +"bbbbbbbbbbbbbabb", +"bbbaaaaaaaaaaabb", +"bbbbbbbbbbbbbbbb", +"bbbbbbbbbbbbbbbb" +}; -- cgit v1.1