mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 14:04:23 +02:00
Apply alpha to text from 0 - .9
Apply alpha to text from 0 - .9
This commit is contained in:
parent
4e11191856
commit
c55f76d7ef
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@ function ScaleSelector() {
|
||||||
width: this.SECOND_PART, height: this.height,
|
width: this.SECOND_PART, height: this.height,
|
||||||
topMargin: 13,
|
topMargin: 13,
|
||||||
text: this.scale.toString(),
|
text: this.scale.toString(),
|
||||||
alpha: 0.0,
|
alpha: 0.9,
|
||||||
visible: editToolsOn
|
visible: editToolsOn
|
||||||
});
|
});
|
||||||
this.powerOverlay = Overlays.addOverlay("text", {
|
this.powerOverlay = Overlays.addOverlay("text", {
|
||||||
|
|
Loading…
Reference in a new issue