10 lines
467 B
Plaintext
10 lines
467 B
Plaintext
#define storm_bringer_width 24
|
|
#define storm_bringer_height 24
|
|
static char storm_bringer_bits[] = {
|
|
0x00,0x00,0x00,0x00,0x00,0x70,0x00,0x00,0x48,0x00,0x00,0x44,
|
|
0x00,0x00,0x22,0x00,0x00,0x11,0x00,0x80,0x08,0x00,0x40,0x04,
|
|
0x00,0x20,0x02,0x00,0x10,0x01,0x00,0x8c,0x00,0x40,0x54,0x00,
|
|
0x40,0x23,0x00,0x40,0x35,0x00,0xc0,0x08,0x00,0xc0,0x0c,0x00,
|
|
0x60,0x03,0x00,0xe0,0x1f,0x00,0xf0,0x00,0x00,0x38,0x00,0x00,
|
|
0x1e,0x00,0x00,0x0a,0x00,0x00,0x0e,0x00,0x00,0x00,0x00,0x00};
|