mirror of
https://github.com/TangentFoxy/Pop.Box.git
synced 2024-12-15 12:44:20 +00:00
fc95d6251d
git-subtree-dir: src/lib/bitser git-subtree-split: e7480da28e507bed62e93ca7b5a1239cfb14d016
7 lines
184 B
Lua
7 lines
184 B
Lua
local cthulhu = {{}, {}, {}}
|
|
cthulhu.fhtagn = cthulhu
|
|
cthulhu[1][cthulhu[2]] = cthulhu[3]
|
|
cthulhu[2][cthulhu[1]] = cthulhu[2]
|
|
cthulhu[3][cthulhu[3]] = cthulhu
|
|
|
|
return cthulhu, 10000, 3 |