diff data/cursors/repair_cursor.xbm @ 378:71f5897ac5ef

Fences are now buildings, with appropriate (but ugly) UI changes.
author Jeremy Thurgood <firxen@gmail.com>
date Sat, 24 Oct 2009 19:08:54 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/data/cursors/repair_cursor.xbm	Sat Oct 24 19:08:54 2009 +0000
@@ -0,0 +1,29 @@
+/*
+ * img_data = [
+ *     "................",
+ *     ".....###........",
+ *     "....####........",
+ *     "...#####........",
+ *     "..#####.........",
+ *     ".#######........",
+ *     "######.##.......",
+ *     ".###.#####......",
+ *     "..#...##.##.....",
+ *     ".......#####....",
+ *     "........##.##...",
+ *     ".........#####..",
+ *     "..........##.##.",
+ *     "...........#####",
+ *     "............##.#",
+ *     ".............##.",
+ *     ]
+ */
+
+#define repair_cursor_width 16
+#define repair_cursor_height 16
+#define repair_cursor_hot_x 4
+#define repair_cursor_hot_y 4
+static unsigned char repair_cursor_bits[] = {
+   0x00, 0x00, 0xe0, 0x00, 0xf0, 0x00, 0xf8, 0x00, 0x7c, 0x00, 0xfe, 0x00,
+   0xbf, 0x01, 0xee, 0x03, 0xc4, 0x06, 0x80, 0x0f, 0x00, 0x1b, 0x00, 0x3e,
+   0x00, 0x6c, 0x00, 0xf8, 0x00, 0xb0, 0x00, 0x60 };