aboutsummaryrefslogtreecommitdiff
path: root/src/hyper/bitmaps/bot.bitmap
blob: 4e58d7fb24658853278d0c6db168a8a483bb3bac (plain)
1
2
3
4
5
6
#define bot_width 16
#define bot_height 16
static char bot_bits[] = {
   0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
   0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01, 0x80, 0x01,
   0x80, 0x01, 0x80, 0x01, 0xfc, 0x3f, 0xfc, 0x3f};