PHP Code:
//#CLIENTSIDE
function onCreated() {
with (findimg(200)) {
image = "block.png";
layer = 2.5;
x = y = 30;
}
with (findimg(201)) {
image = "pottedplant.png";
layer = 2.3;
x = y = 30;
}
}
Result: pottedplant.png is
above block.png, decimals in layers dont work.