|
06-19-2012
|
2
|
|
Registered User
Join Date: Sep 2011
Location: Germany
Posts: 6,122
|
PHP Code:
addTileDef2(image, levelstart, x, y); addTileDef2("block.png", "mylevel.nw", 0, 0);
I think the x and y is in pixel but I'm not sure anymore ): with the levelstart its the same rule as with using addTileDef();
offline its the same
PHP Code:
addTileDef2 image, levelstart, x, y; addTileDef2 block.png, mylevel.nw, 0, 0;
|
|
|
|