Yes, I tried.
My script is the simple cause of an image
decoration icon
{
orientation="NE";
image("laptop.png",0, 0, 100, 100);
}
So I tried things like
{
orientation="NE";
image("laptop.png",0, 0, 100, 100);
image("computer.png",0,0,100,100);
}
Or
decoration icon
{
orientation="NE";
image("laptop.png",0, 0, 100, 100);
}
decoration anothericon
{
orientation="NE";
image("computer.png",0, 0, 100, 100);
}
and so but I was not able to show 2 icons together
Kind Regards,
Philipp