diff options
author | acmgit <undertakers_help@yahoo.com> | 2016-07-30 12:37:48 +0200 |
---|---|---|
committer | acmgit <undertakers_help@yahoo.com> | 2016-07-30 12:37:48 +0200 |
commit | 290d5133e2521fde18f32a1e985fedee71e37b36 (patch) | |
tree | bac38b89917112f1d07fe4e6d03a9c4e21d7db24 /nodes.lua | |
parent | d17cbf89f77adf7b97071c3667d1ca7c1553c43f (diff) |
Nodelist added.
Diffstat (limited to 'nodes.lua')
-rw-r--r-- | nodes.lua | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/nodes.lua b/nodes.lua new file mode 100644 index 0000000..d364339 --- /dev/null +++ b/nodes.lua @@ -0,0 +1,7 @@ +bb_boardlist = { + + { "white", "white" }, + { "yellow", "yellow" }, + { "black", "yellow" }, + { "green", "blue" } +} |