mirror of
https://github.com/overte-org/overte.git
synced 2025-04-23 06:53:46 +02:00
Merge pull request #4746 from huffman/update-zone-image
Update add-zone icon in edit.js
This commit is contained in:
commit
c8cbaa2fc0
1 changed files with 2 additions and 2 deletions
|
@ -208,8 +208,8 @@ var toolBar = (function () {
|
|||
visible: false
|
||||
});
|
||||
newZoneButton = toolBar.addTool({
|
||||
imageURL: toolIconUrl + "zonecube3.svg",
|
||||
subImage: { x: 0, y: Tool.IMAGE_WIDTH + 208, width: 256, height: 256 },
|
||||
imageURL: toolIconUrl + "zonecube_text.svg",
|
||||
subImage: { x: 0, y: 128, width: 128, height: 128 },
|
||||
width: toolWidth,
|
||||
height: toolHeight,
|
||||
alpha: 0.9,
|
||||
|
|
Loading…
Reference in a new issue