Amazing job on this asset, it's gunna save me a lot of time! One thing that would complete my workflow would be the ability to live update sprites that are linked to tilesets. Is there any workaround for this? Its cool if not :)
Code and asset live-reloading for GameMaker! · By
I don’t believe GameMaker offers any access to this - sprites marked for use as tilesets are sliced up and padded during compilation (meaning that the tileset counterpart isn’t a “sprite” and can’t be sprite_replace-d), and there isn’t a function to replace tileset images at runtime. It’s hard to think of an elegant way around this.