From ab8cc85adde879fb963c94d15675783f2cf4b183 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Tue, 14 Aug 2007 05:14:52 +0000 Subject: Initial population. --- src/hyper/bitmaps/sdown.bm | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/hyper/bitmaps/sdown.bm (limited to 'src/hyper/bitmaps/sdown.bm') diff --git a/src/hyper/bitmaps/sdown.bm b/src/hyper/bitmaps/sdown.bm new file mode 100644 index 00000000..c16c607f --- /dev/null +++ b/src/hyper/bitmaps/sdown.bm @@ -0,0 +1,9 @@ +#define sdown_width 21 +#define sdown_height 21 +static char sdown_bits[] = { + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0x01, 0x00, 0xf0, + 0x03, 0x00, 0xf8, 0x07, 0x00, 0xfc, 0x0f, 0x00, 0xfe, 0x1f, 0x00, 0xff, + 0x3f, 0x80, 0xff, 0x7f, 0xc0, 0xff, 0xff, 0xe0, 0xff, 0xff, 0xf1, 0xff, + 0xff, 0xfb, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff}; -- cgit v1.2.3