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,14 @@
#define tile_bow2_width 32
#define tile_bow2_height 32
static char tile_bow2_bits[] = {
0xab, 0xea, 0xaf, 0xfa, 0xab, 0xea, 0xbf, 0xfe, 0xab, 0x6a, 0xf8, 0x0f,
0xaf, 0xfa, 0xff, 0xff, 0xae, 0x3a, 0x00, 0x00, 0xaf, 0xfa, 0xff, 0xff,
0xac, 0x1a, 0x00, 0x00, 0xaf, 0xfa, 0xff, 0xff, 0xac, 0x1a, 0x00, 0x00,
0xaf, 0xfa, 0xff, 0xff, 0xae, 0x3a, 0x00, 0x00, 0xaf, 0xfa, 0xff, 0xff,
0xab, 0x6a, 0xf8, 0x0f, 0xab, 0xea, 0xbf, 0xfe, 0xab, 0xea, 0xaf, 0xfa,
0xab, 0xea, 0xab, 0xea, 0xaf, 0xfa, 0xab, 0xea, 0xbf, 0xfe, 0xab, 0xea,
0xf8, 0x0f, 0xab, 0x6a, 0xff, 0xff, 0xaf, 0xfa, 0x00, 0x00, 0xae, 0x3a,
0xff, 0xff, 0xaf, 0xfa, 0x00, 0x00, 0xac, 0x1a, 0xff, 0xff, 0xaf, 0xfa,
0x00, 0x00, 0xac, 0x1a, 0xff, 0xff, 0xaf, 0xfa, 0x00, 0x00, 0xae, 0x3a,
0xff, 0xff, 0xaf, 0xfa, 0xf8, 0x0f, 0xab, 0x6a, 0xbf, 0xfe, 0xab, 0xea,
0xaf, 0xfa, 0xab, 0xea, 0xab, 0xea, 0xab, 0xea};