moved 'background' to drawShapes for the time being

This commit is contained in:
Gavin McDonald
2018-09-01 15:01:01 -04:00
parent 3ded7cf4f0
commit 1f2131c992
4 changed files with 12 additions and 16 deletions

View File

@@ -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,