Quote:
|
Originally Posted by Email from Stefan
...the separate shadow alpha is not a bug and it's easy to change (e.g. set shadowcolor = {255,255,255,128})
|
Does not work on any platform. Not sure how you're doing it.
PHP Code:
with (findImg(200)) {
red = green = blue = 1;
alpha = 0;
x = 32;
y = 32;
textShadow = true;
shadowColor = {0, 0, 0, 10};
}
Also, the shadow alpha should be multiplied by the text alpha.
EDIT: Should mention it also doesn't work using 0-1 instead of 0-255 for shadow alpha.