diff options
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" } +} |