aboutsummaryrefslogtreecommitdiff
path: root/nodes.lua
diff options
context:
space:
mode:
Diffstat (limited to 'nodes.lua')
-rw-r--r--nodes.lua7
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" }
+}