mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-05 19:43:39 +02:00
change editModels icon
This commit is contained in:
parent
9ea53f8070
commit
15863198d1
1 changed files with 1 additions and 1 deletions
|
@ -528,7 +528,7 @@ function initToolBar() {
|
||||||
toolBar = new ToolBar(0, 0, ToolBar.VERTICAL);
|
toolBar = new ToolBar(0, 0, ToolBar.VERTICAL);
|
||||||
// New Model
|
// New Model
|
||||||
newModel = toolBar.addTool({
|
newModel = toolBar.addTool({
|
||||||
imageURL: toolIconUrl + "voxel-tool.svg",
|
imageURL: toolIconUrl + "add-model-tool.svg",
|
||||||
subImage: { x: 0, y: Tool.IMAGE_WIDTH, width: Tool.IMAGE_WIDTH, height: Tool.IMAGE_HEIGHT },
|
subImage: { x: 0, y: Tool.IMAGE_WIDTH, width: Tool.IMAGE_WIDTH, height: Tool.IMAGE_HEIGHT },
|
||||||
width: toolWidth, height: toolHeight,
|
width: toolWidth, height: toolHeight,
|
||||||
visible: true,
|
visible: true,
|
||||||
|
|
Loading…
Reference in a new issue