From a85a0b863d8757f2b7f0a8e1d5a8247d766e629c Mon Sep 17 00:00:00 2001 From: Seth Alves Date: Tue, 2 Jun 2015 16:25:38 -0700 Subject: [PATCH] icon for create-polyvox button --- examples/edit.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/edit.js b/examples/edit.js index 8a8dcb9779..6055400289 100644 --- a/examples/edit.js +++ b/examples/edit.js @@ -225,8 +225,8 @@ var toolBar = (function () { }); newPolyVoxButton = toolBar.addTool({ - imageURL: toolIconUrl + "upload.svg", // XXX need a new icon - subImage: { x: 0, y: Tool.IMAGE_WIDTH, width: Tool.IMAGE_WIDTH, height: Tool.IMAGE_HEIGHT }, + imageURL: toolIconUrl + "polyvox.svg", + subImage: { x: 0, y: 0, width: 256, height: 256 }, width: toolWidth, height: toolHeight, alpha: 0.9,