mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 08:29:29 -07:00
7 lines
243 B
C
7 lines
243 B
C
#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};
|