mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-16 23:49:29 -07:00
22 lines
294 B
Plaintext
22 lines
294 B
Plaintext
#define saturn1_width 16
|
|
#define saturn1_height 16
|
|
static char saturn1_bits[] = {
|
|
0x00, 0xc0,
|
|
0x00, 0xf0,
|
|
0x40, 0x4b,
|
|
0xf0, 0x6d,
|
|
0xd8, 0x3d,
|
|
0xf8, 0x1e,
|
|
0x74, 0x2f,
|
|
0xbc, 0x2f,
|
|
0xcc, 0x37,
|
|
0xf4, 0x3b,
|
|
0xf8, 0x1d,
|
|
0xfc, 0x16,
|
|
0x32, 0x0f,
|
|
0xda, 0x03,
|
|
0x0f, 0x00,
|
|
0x03, 0x00,
|
|
|
|
};
|