Apply alpha to text from 0 - .9

Apply alpha to text from 0 - .9
This commit is contained in:
Chris Collins 2014-11-13 17:27:05 -08:00
parent 4e11191856
commit c55f76d7ef

View file

@ -319,7 +319,7 @@ function ScaleSelector() {
width: this.SECOND_PART, height: this.height,
topMargin: 13,
text: this.scale.toString(),
alpha: 0.0,
alpha: 0.9,
visible: editToolsOn
});
this.powerOverlay = Overlays.addOverlay("text", {