make sitting points semi transparent

This commit is contained in:
Atlante45 2014-06-27 10:54:57 -07:00
parent 43de421284
commit 5bea267cd2

View file

@ -164,7 +164,7 @@ function SeatIndicator(modelProperties, seatIndex) {
size: this.scale,
solid: true,
color: { red: 0, green: 0, blue: 255 },
alpha: 1,
alpha: 0.3,
visible: true
});