diff options
Diffstat (limited to 'src/hyper/bitmaps/sup.bm')
-rw-r--r-- | src/hyper/bitmaps/sup.bm | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/sup.bm b/src/hyper/bitmaps/sup.bm new file mode 100644 index 00000000..1b5f823e --- /dev/null +++ b/src/hyper/bitmaps/sup.bm @@ -0,0 +1,9 @@ +#define sup_width 21 +#define sup_height 21 +static char sup_bits[] = { + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xfb, 0xff, 0xff, 0xf1, 0xff, 0xff, 0xe0, 0xff, 0x7f, 0xc0, 0xff, + 0x3f, 0x80, 0xff, 0x1f, 0x00, 0xff, 0x0f, 0x00, 0xfe, 0x07, 0x00, 0xfc, + 0x03, 0x00, 0xf8, 0x01, 0x00, 0xf0, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, 0xff, + 0xff, 0xff, 0xff}; |