moved 'background' to drawShapes for the time being
This commit is contained in:
@@ -186,8 +186,8 @@ class Demo {
|
||||
Tessellate.Shapes.pips(context, scale, pixelPoint.getX(), pixelPoint.getY(), tile);
|
||||
}
|
||||
|
||||
draw({context, scale, tilePoints}) {
|
||||
this.tessellate.background({
|
||||
draw({context, height, width, scale, tilePoints}) {
|
||||
Tessellate.Shapes.background(context, height, width, {
|
||||
red: 64,
|
||||
green: 32,
|
||||
blue: 128,
|
||||
|
||||
Reference in New Issue
Block a user