Quote:
Originally Posted by DustyPorViva
gettileset() only grabs the main tileset being set(addtiledef). Addtiledef2's are rendered separately, on a 'layer' above the main tileset, rather than actually being inserted into it. There is currently no simple way to manage all the addtiledef2's, however, but it's been suggested before.
|
Maybe gettilesets() which returns in an array a 1 for the main tileset followed by the image, and a 2 for all addtiledef2's followed by the image. Or gettileset2() which returns all addtiledef2's.