carrot-game/resources/bomb.xbm

7 lines
229 B
C
Raw Normal View History

2024-03-11 19:52:11 +00:00
#define _width 16
#define _height 16
static char _bits[] = {
0x00,0x00,0xc0,0x01,0xc0,0x01,0xc8,0x01,0xd0,0x05,0xe4,0x23,0xf8,0x13,0xf8,
0x0f,0xfd,0x8f,0xfe,0x7f,0xfe,0x3f,0xfc,0x3f,0xfc,0x1f,0xf2,0x27,0xe8,0x47,
0xc4,0x0d };