summaryrefslogtreecommitdiff
path: root/disk/eyes2.lua
blob: b07f5efa311d016adc5cd7a6520797471df7741a (plain)
1
2
3
4
5
6
return {
	1, 0, 1, 0, 1,  -- Quarters, beginning-inclusive starting at the top.
	0, 1, 0, 1, 0,
	1, 0, 1, 0, 1,
	0, 1, 0, 1, 0,
}