mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define flag2_width 16
|
|
#define flag2_height 16
|
|
static char flag2_bits[] = {
|
|
0x01, 0x00,
|
|
0x1d, 0x40,
|
|
0xeb, 0x79,
|
|
0x57, 0x4f,
|
|
0x6a, 0x70,
|
|
0x76, 0xcf,
|
|
0x8c, 0xb0,
|
|
0x64, 0xde,
|
|
0x9c, 0x62,
|
|
0xc8, 0x33,
|
|
0x28, 0x1f,
|
|
0x18, 0x00,
|
|
0x18, 0x00,
|
|
0x10, 0x00,
|
|
0x10, 0x00,
|
|
0x30, 0x00,
|
|
|
|
};
|