add some stuff

This commit is contained in:
wallace-aph
2018-02-19 18:28:35 -05:00
parent d306962c73
commit 9fa58c2d4d
382 changed files with 9638 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
#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};