diff options
Diffstat (limited to 'src/hyper/bitmaps/epsilon.bitmap')
-rw-r--r-- | src/hyper/bitmaps/epsilon.bitmap | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/hyper/bitmaps/epsilon.bitmap b/src/hyper/bitmaps/epsilon.bitmap new file mode 100644 index 00000000..aa8fc6b5 --- /dev/null +++ b/src/hyper/bitmaps/epsilon.bitmap @@ -0,0 +1,8 @@ +#define epsilon_width 16 +#define epsilon_height 16 +#define epsilon_x_hot -1 +#define epsilon_y_hot -1 +static char epsilon_bits[] = { + 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0xf8, 0x00, 0xfc, 0x01, 0x0e, 0x01, + 0x06, 0x00, 0x7e, 0x00, 0x7e, 0x00, 0x06, 0x00, 0x0e, 0x01, 0xfc, 0x01, + 0xf8, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}; |