summaryrefslogtreecommitdiff
path: root/GFX8/wall
diff options
context:
space:
mode:
Diffstat (limited to 'GFX8/wall')
-rw-r--r--GFX8/wall4
1 files changed, 4 insertions, 0 deletions
diff --git a/GFX8/wall b/GFX8/wall
new file mode 100644
index 0000000..54372ab
--- /dev/null
+++ b/GFX8/wall
@@ -0,0 +1,4 @@
+#define wall_width 8
+#define wall_height 8
+static char wall_bits[] = {
+ 0xff, 0x89, 0xff, 0xa5, 0xa5, 0xff, 0x91, 0xff};