Changed the Alpha on the editmodels overlay

Changed the Alpha on the editmodels overlay
This commit is contained in:
Chris Collins 2014-11-17 12:58:54 -08:00
parent 50d7fc04f5
commit 9fac84a937

View file

@ -2479,7 +2479,7 @@ function Tooltip() {
margin: this.margin,
text: "",
color: { red: 228, green: 228, blue: 228 },
alpha: 0.5,
alpha: 0.8,
visible: false
});
this.show = function (doShow) {