mirror of
https://github.com/overte-org/overte.git
synced 2025-08-06 20:58:38 +02:00
Merge pull request #8250 from BingShearer/dice
Removed button color declarations on createDice.js to make icons visible
This commit is contained in:
commit
bc647a15ec
1 changed files with 0 additions and 15 deletions
|
@ -46,11 +46,6 @@ var offButton = toolBar.addOverlay("image", {
|
||||||
width: BUTTON_SIZE,
|
width: BUTTON_SIZE,
|
||||||
height: BUTTON_SIZE,
|
height: BUTTON_SIZE,
|
||||||
imageURL: "http://hifi-production.s3.amazonaws.com/tutorials/dice/close.png",
|
imageURL: "http://hifi-production.s3.amazonaws.com/tutorials/dice/close.png",
|
||||||
color: {
|
|
||||||
red: 255,
|
|
||||||
green: 255,
|
|
||||||
blue: 255
|
|
||||||
},
|
|
||||||
alpha: 1
|
alpha: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -60,11 +55,6 @@ var deleteButton = toolBar.addOverlay("image", {
|
||||||
width: BUTTON_SIZE,
|
width: BUTTON_SIZE,
|
||||||
height: BUTTON_SIZE,
|
height: BUTTON_SIZE,
|
||||||
imageURL: "http://hifi-production.s3.amazonaws.com/tutorials/dice/delete.png",
|
imageURL: "http://hifi-production.s3.amazonaws.com/tutorials/dice/delete.png",
|
||||||
color: {
|
|
||||||
red: 255,
|
|
||||||
green: 255,
|
|
||||||
blue: 255
|
|
||||||
},
|
|
||||||
alpha: 1
|
alpha: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
|
@ -75,11 +65,6 @@ var diceButton = toolBar.addOverlay("image", {
|
||||||
width: BUTTON_SIZE,
|
width: BUTTON_SIZE,
|
||||||
height: BUTTON_SIZE,
|
height: BUTTON_SIZE,
|
||||||
imageURL: diceIconURL,
|
imageURL: diceIconURL,
|
||||||
color: {
|
|
||||||
red: 255,
|
|
||||||
green: 255,
|
|
||||||
blue: 255
|
|
||||||
},
|
|
||||||
alpha: 1
|
alpha: 1
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue