mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-14 14:39:29 -07:00
22 lines
288 B
Plaintext
22 lines
288 B
Plaintext
#define kapow_width 16
|
|
#define kapow_height 16
|
|
static char kapow_bits[] = {
|
|
0xd8, 0xd8,
|
|
0xe4, 0xe4,
|
|
0xbe, 0xbe,
|
|
0x7d, 0x7d,
|
|
0x72, 0x72,
|
|
0xb1, 0xb1,
|
|
0x14, 0x14,
|
|
0x28, 0x28,
|
|
0xd8, 0xd8,
|
|
0xe4, 0xe4,
|
|
0xbe, 0xbe,
|
|
0x7d, 0x7d,
|
|
0x72, 0x72,
|
|
0xb1, 0xb1,
|
|
0x14, 0x14,
|
|
0x28, 0x28,
|
|
|
|
};
|