added tessellated map

This commit is contained in:
Gavin McDonald
2016-02-20 20:23:01 -05:00
parent a2479f2d2f
commit d24e14af32
5 changed files with 421 additions and 63 deletions

View File

@@ -16,7 +16,7 @@ export default class Cell {
this.red = 0;
this.green = 0;
this.blue = 0;
this.alpha = 0;
this.alpha = 0.5;
this.created = Date.now();
extend(this, settings);