Update add-zone icon in edit.js

This commit is contained in:
Ryan Huffman 2015-05-01 15:38:06 -07:00
parent 5390630497
commit ddec694393

View file

@ -208,8 +208,8 @@ var toolBar = (function () {
visible: false visible: false
}); });
newZoneButton = toolBar.addTool({ newZoneButton = toolBar.addTool({
imageURL: toolIconUrl + "zonecube3.svg", imageURL: toolIconUrl + "zonecube_text.svg",
subImage: { x: 0, y: Tool.IMAGE_WIDTH + 208, width: 256, height: 256 }, subImage: { x: 0, y: 128, width: 128, height: 128 },
width: toolWidth, width: toolWidth,
height: toolHeight, height: toolHeight,
alpha: 0.9, alpha: 0.9,