mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-10 22:09:11 +02:00
Merge pull request #5026 from sethalves/polyvox
icon for create-polyvox button
This commit is contained in:
commit
66aa7c1adf
1 changed files with 2 additions and 2 deletions
|
@ -225,8 +225,8 @@ var toolBar = (function () {
|
|||
});
|
||||
|
||||
newPolyVoxButton = toolBar.addTool({
|
||||
imageURL: toolIconUrl + "upload.svg", // XXX need a new icon
|
||||
subImage: { x: 0, y: Tool.IMAGE_WIDTH, width: Tool.IMAGE_WIDTH, height: Tool.IMAGE_HEIGHT },
|
||||
imageURL: toolIconUrl + "polyvox.svg",
|
||||
subImage: { x: 0, y: 0, width: 256, height: 256 },
|
||||
width: toolWidth,
|
||||
height: toolHeight,
|
||||
alpha: 0.9,
|
||||
|
|
Loading…
Reference in a new issue