tessellating flat top squares properly

This commit is contained in:
Gavin McDonald
2016-02-22 20:56:02 -05:00
parent d24e14af32
commit 42e0d7c8d2
4 changed files with 51 additions and 28 deletions

View File

@@ -42,6 +42,7 @@ class Demo {
blue: utils.random(255),
alpha: utils.random(25,75)/100
}));
console.log(this.map[this.map.length - 1]);
}
draw(context) {