Quote:
|
I'm amazed it's actually light blue and not white. You have 10 for red, green, blue and alpha. First off, all of the four values range between 0 and 1. And to get something that's not white/gray, you probably want to choose different values.
|
I redid the script. But the zoom and font dont seem to be changing?
PHP Code:
function onCreated(){
showText(1, this.x, this.y-3, $pref::graal::defaultfontname, "c", "" @(this.setnumber));
changeImgColors(1, 1, 1, 1, 1);
with (findImg(1)) {
textshadow = true;
shadowoffset = "-2 2";
shadowcolors = "0 0 0";
font = "showg";
style = "b";
layer = 12;
zoom = 2;
}
}