summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--public/assets/javascripts/ui/blueprint/BlueprintEditor.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/public/assets/javascripts/ui/blueprint/BlueprintEditor.js b/public/assets/javascripts/ui/blueprint/BlueprintEditor.js
index c7aa219..e003d77 100644
--- a/public/assets/javascripts/ui/blueprint/BlueprintEditor.js
+++ b/public/assets/javascripts/ui/blueprint/BlueprintEditor.js
@@ -117,8 +117,9 @@ var BlueprintEditor = View.extend(AnimatedView.prototype).extend({
map.draw.camera(scene.camera)
// var colors = ["rgba(0,0,0,0.1)"]
-
- map.draw.regions(this.rooms.rooms, colors, "#000")
+// var colors = ["rgba(255,255,255,1)"]
+//
+// map.draw.regions(this.rooms.rooms, colors, "#000")
// this.rooms.rooms.forEach(function(room,i){
// map.draw.ctx.fillStyle = colors[i % colors.length]