mirror of
https://github.com/wallace-aph/tiles-and-such.git
synced 2026-04-18 16:39:31 -07:00
7 lines
252 B
C
7 lines
252 B
C
#define sun_tile_width 16
|
|
#define sun_tile_height 16
|
|
static char sun_tile_bits[] = {
|
|
0xee,0xee,0xdd,0x5d,0xbb,0xbb,0x75,0xd7,0xee,0xe6,0xc7,0x77,0xbb,0xbb,0x7d,
|
|
0xdc,0x6e,0xec,0x77,0x7c,0xbb,0xbb,0xdd,0xc7,0xce,0xee,0xd7,0x5d,0xbb,0xbb,
|
|
0x75,0x77};
|