diff options
Diffstat (limited to 'disk/eyes3.lua')
-rw-r--r-- | disk/eyes3.lua | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/disk/eyes3.lua b/disk/eyes3.lua new file mode 100644 index 0000000..cdac848 --- /dev/null +++ b/disk/eyes3.lua @@ -0,0 +1,6 @@ +return { + 0, 0, 0, 0, 0, 0, -- Quarters, beginning-inclusive starting at the top. + 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, + 0, 0, 0, 0, 0, 0, +} |