mirror of
https://github.com/overte-org/overte.git
synced 2025-07-19 16:29:21 +02:00
Update add-zone icon in edit.js
This commit is contained in:
parent
5390630497
commit
ddec694393
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
|
|
Loading…
Reference in a new issue