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

Add a way to cover a specific tile only #13

Open darzu opened 4 years ago

darzu commented 4 years ago

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

We have user feedback that being able to cover only specific tiles would be useful.

darzu commented 4 years ago

https://github.com/microsoft/pxt-tilemaps/blob/5133388e72f5069ca4d71d63c93aa916186ba14a/tilemap.ts#L27

we should probably create a wrapper "cover tile at with " block. I think returning and setting a variable might be more confusing than it's worth?