added tessellated map
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user