From 977bc4c03955602e961bbe64e68c5468cb26cd52 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Tue, 10 Aug 2010 22:06:18 +0100 Subject: [PATCH] where-vessels: various possible junk icons, including some from Copperkatie --- yarrg/icons/jk-ceb-alt.xbm | 5 +++++ yarrg/icons/jk-ceb.xbm | 5 +++++ yarrg/icons/jk-iwj-1.xbm | 5 +++++ yarrg/icons/jk-iwj-2.xbm | 5 +++++ yarrg/icons/jk-wip.xbm | 5 +++++ 5 files changed, 25 insertions(+) create mode 100644 yarrg/icons/jk-ceb-alt.xbm create mode 100644 yarrg/icons/jk-ceb.xbm create mode 100644 yarrg/icons/jk-iwj-1.xbm create mode 100644 yarrg/icons/jk-iwj-2.xbm create mode 100644 yarrg/icons/jk-wip.xbm diff --git a/yarrg/icons/jk-ceb-alt.xbm b/yarrg/icons/jk-ceb-alt.xbm new file mode 100644 index 0000000..a076945 --- /dev/null +++ b/yarrg/icons/jk-ceb-alt.xbm @@ -0,0 +1,5 @@ +#define jk_width 12 +#define jk_height 10 +static unsigned char jk_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x7f, 0x00, 0x80, 0x00, 0xfe, 0x00, + 0x00, 0x01, 0xfc, 0x01, 0x00, 0x02, 0xf8, 0x03 }; diff --git a/yarrg/icons/jk-ceb.xbm b/yarrg/icons/jk-ceb.xbm new file mode 100644 index 0000000..ebf674f --- /dev/null +++ b/yarrg/icons/jk-ceb.xbm @@ -0,0 +1,5 @@ +#define jk-ceb_width 12 +#define jk-ceb_height 10 +static unsigned char jk-ceb_bits[] = { + 0x00, 0x00, 0xf8, 0x07, 0x00, 0x02, 0xfc, 0x03, 0x00, 0x01, 0xfe, 0x01, + 0x80, 0x00, 0xff, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/yarrg/icons/jk-iwj-1.xbm b/yarrg/icons/jk-iwj-1.xbm new file mode 100644 index 0000000..2d1af01 --- /dev/null +++ b/yarrg/icons/jk-iwj-1.xbm @@ -0,0 +1,5 @@ +#define jk_width 12 +#define jk_height 10 +static unsigned char jk_bits[] = { + 0x00, 0x00, 0x30, 0x00, 0xc8, 0x00, 0x18, 0x03, 0xe5, 0x05, 0x06, 0x06, + 0xff, 0x07, 0x06, 0x06, 0xe5, 0x01, 0x1c, 0x00}; diff --git a/yarrg/icons/jk-iwj-2.xbm b/yarrg/icons/jk-iwj-2.xbm new file mode 100644 index 0000000..ee84e89 --- /dev/null +++ b/yarrg/icons/jk-iwj-2.xbm @@ -0,0 +1,5 @@ +#define jk_width 12 +#define jk_height 10 +static unsigned char jk_bits[] = { + 0x00, 0x00, 0x30, 0x00, 0xd8, 0x01, 0x0a, 0x03, 0xfe, 0x03, 0x0f, 0x03, + 0xeb, 0x00, 0x38, 0x00, 0x00, 0x00, 0x00, 0x00}; diff --git a/yarrg/icons/jk-wip.xbm b/yarrg/icons/jk-wip.xbm new file mode 100644 index 0000000..6ac13c2 --- /dev/null +++ b/yarrg/icons/jk-wip.xbm @@ -0,0 +1,5 @@ +#define jk-wip_width 12 +#define jk-wip_height 10 +static unsigned char jk-wip_bits[] = { + 0x00, 0x00, 0xf8, 0x00, 0x00, 0x01, 0xfc, 0x03, 0x00, 0x02, 0xfe, 0x03, + 0x00, 0x01, 0xfe, 0x00, 0x00, 0x00, 0x00, 0x00}; -- 2.30.2