From 3adc88aa70fb6314b2d309fe6dc71b35c10dfd1d Mon Sep 17 00:00:00 2001 From: ericrius1 Date: Mon, 15 Feb 2016 11:11:23 -0800 Subject: [PATCH] need to fix icon --- examples/edit.js | 10 +++------- examples/particle_explorer/particleExplorer.html | 2 +- .../particle_explorer/particleExplorerTool.js | 15 ++++++++++++++- 3 files changed, 18 insertions(+), 9 deletions(-) diff --git a/examples/edit.js b/examples/edit.js index 0400c7aa95..0e35c5d624 100644 --- a/examples/edit.js +++ b/examples/edit.js @@ -26,7 +26,7 @@ Script.include([ "libraries/entityCameraTool.js", "libraries/gridTool.js", "libraries/entityList.js", - "particle_explorer/particleExplorerTool.js?v1" + Math.random(), + "particle_explorer/particleExplorerTool.js", "libraries/lightOverlayManager.js", ]); @@ -38,17 +38,13 @@ var lightOverlayManager = new LightOverlayManager(); var cameraManager = new CameraManager(); var grid = Grid(); -// gridTool = GridTool({ -// horizontalGrid: grid -// }); -// gridTool.setVisible(false); var entityListTool = EntityListTool(); selectionManager.addEventListener(function() { selectionDisplay.updateHandles(); lightOverlayManager.updatePositions(); -}); +}); var toolIconUrl = HIFI_PUBLIC_BUCKET + "images/tools/"; var toolHeight = 50; @@ -322,7 +318,7 @@ var toolBar = (function() { }); newParticleButton = toolBar.addTool({ - imageURL: toolIconUrl + "polyvox.svg", + imageURL: toolIconUrl + "particle.svg?v1", subImage: { x: 0, y: 0, diff --git a/examples/particle_explorer/particleExplorer.html b/examples/particle_explorer/particleExplorer.html index 1dcf2423c0..a7700a8c05 100644 --- a/examples/particle_explorer/particleExplorer.html +++ b/examples/particle_explorer/particleExplorer.html @@ -1,5 +1,5 @@