diff options
Diffstat (limited to 'GFX16/wall')
-rw-r--r-- | GFX16/wall | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/GFX16/wall b/GFX16/wall new file mode 100644 index 0000000..b12172f --- /dev/null +++ b/GFX16/wall @@ -0,0 +1,6 @@ +#define wall_width 16 +#define wall_height 16 +static char wall_bits[] = { + 0x00, 0x00, 0xfe, 0x7f, 0xea, 0x57, 0xfe, 0x7f, 0xea, 0x57, 0xfe, 0x7f, + 0x3e, 0x7d, 0xfe, 0x7d, 0xbe, 0x7f, 0xbe, 0x7c, 0xfe, 0x7f, 0xea, 0x57, + 0xfe, 0x7f, 0xea, 0x57, 0xfe, 0x7f, 0x00, 0x00}; |