microsoft / pxt-tilemaps

MakeCode Arcade extension for handling multiple tilemaps and extra tilemap blocks - beta
https://microsoft.github.io/pxt-tilemaps/
MIT License
6 stars 7 forks source link

Make "TileSprite" sprite kind visible #14

Open darzu opened 4 years ago

darzu commented 4 years ago

Currently the special TileSprite sprite kind isn't visible to the user, but we have user feedback that it would be useful to have access to it:

https://forum.makecode.com/t/remove-cover-overlay-from-tiles-on-tilemap/3390/2

jacobcarpenter commented 4 years ago

Alternatively, explicit APIs for removing TileSprite covers (matching the apis that add them), could avoid the need to expose the kind. I'm not sure whether one is less confusing than another.