Removed button color declarations to make icons visible.

This commit is contained in:
Bing Shearer 2016-07-14 15:59:47 -07:00
parent bcee128de0
commit aa70a38e79

View file

@ -46,11 +46,6 @@ var offButton = toolBar.addOverlay("image", {
width: BUTTON_SIZE,
height: BUTTON_SIZE,
imageURL: "http://hifi-production.s3.amazonaws.com/tutorials/dice/close.png",
color: {
red: 255,
green: 255,
blue: 255
},
alpha: 1
});
@ -60,11 +55,6 @@ var deleteButton = toolBar.addOverlay("image", {
width: BUTTON_SIZE,
height: BUTTON_SIZE,
imageURL: "http://hifi-production.s3.amazonaws.com/tutorials/dice/delete.png",
color: {
red: 255,
green: 255,
blue: 255
},
alpha: 1
});
@ -75,11 +65,6 @@ var diceButton = toolBar.addOverlay("image", {
width: BUTTON_SIZE,
height: BUTTON_SIZE,
imageURL: diceIconURL,
color: {
red: 255,
green: 255,
blue: 255
},
alpha: 1
});