Quote:
|
Originally Posted by Yen
Polygons can use alpha now.
PHP Code:
with (findimg(300)) {
polygon = {0,0, 0,64, 64,64, 64,0};
red = green = blue = alpha = .5;
}
|
Yea, i figured that out when stefan finally fixed updateboard and showpoly on Classic. Apparently my self-scripted tile editor used that.