summaryrefslogtreecommitdiff
path: root/xpm/prize.xpm
diff options
context:
space:
mode:
authorBradley Smith2008-05-05 22:36:42 +0100
committerBradley Smith2008-05-05 22:36:42 +0100
commit5fce44d580c24ac4c817ca62614670b04b4cf10b (patch)
treec6a8fc270fbf0db982d84b6653cf6520500da14c /xpm/prize.xpm
parentMake UI update in a loop, and thread out input. (diff)
downloadgnurobots-5fce44d580c24ac4c817ca62614670b04b4cf10b.tar.gz
Scrap plug-able interfaces in preparation for GTK GUI.
Signed-off-by: Bradley Smith <brad@brad-smith.co.uk>
Diffstat (limited to 'xpm/prize.xpm')
-rw-r--r--xpm/prize.xpm31
1 files changed, 31 insertions, 0 deletions
diff --git a/xpm/prize.xpm b/xpm/prize.xpm
new file mode 100644
index 0000000..96c4dad
--- /dev/null
+++ b/xpm/prize.xpm
@@ -0,0 +1,31 @@
+/* XPM */
+static char *prize_xpm[] = {
+/* width height num_colors chars_per_pixel */
+" 16 16 8 1",
+/* colors */
+". c #303098",
+"# c #003098",
+"a c #989898",
+"b c #c8ccc8",
+"c c #606460",
+"d c #f8fcf8",
+"e c #989800",
+"f c #000000",
+/* pixels */
+"dddddddddddddddd",
+"dddddddddddddddd",
+"dddddddddddddddd",
+"dddddddddddddddd",
+"dddd........dddd",
+"dddd#deeeed.dddd",
+"dddd#dedded#dddd",
+"dddd#dedddd#dddd",
+"dddd##.#.###dddd",
+"dddd##c#cc##dddd",
+"dddd##c#cc#.dddd",
+"dddd.#cccc#.dddd",
+"dddddddddddddddd",
+"dddddddddddddddd",
+"dddddddddddddddd",
+"dddddddddddddddd"
+};