From 7af5ab575deb0e2c97651aa3dc2181d487f69dc1 Mon Sep 17 00:00:00 2001 From: jmoenig Date: Thu, 20 Jun 2013 13:24:15 +0200 Subject: "flat" design enhancements for blocks and watchers --- byob.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'byob.js') diff --git a/byob.js b/byob.js index 72715ad..d8c0813 100644 --- a/byob.js +++ b/byob.js @@ -912,7 +912,9 @@ JaggedBlockMorph.prototype.drawNew = function () { context.fillStyle = this.cachedClr; this.drawBackground(context); - this.drawEdges(context); + if (!MorphicPreferences.isFlat) { + this.drawEdges(context); + } // erase holes this.eraseHoles(context); -- cgit v1.3.1