Quote:
|
Originally Posted by dlang
I don't care if you can do it in the gani I want to be able to do it from the script, its not that hard. just have like:
setshape3 index,x,y,width,height;
I would also like to be able to make images out of tiles by using the tile coordinates in the tile selection window, not by pixel.
|
Well, the images out of tiles by using tile coords isn't going to happen, seeing that the conversion's so simple: (tilex*16,tiley*16) = (pixelsx,pixelsy).
EDIT: dont forget... for maximum utilization capabilities we'd want it to be "setshape3 index,x,y,width,height,type;"