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

specifically set blockIds for blocks that were under the tilemaps namespace #7

Closed jwunderl closed 4 years ago

jwunderl commented 4 years ago

Add in block ids for every block that was under the tilemap namespace.

I had looked at them and saw blockIds on the first few, but the majority of these blocks didn't actually specify blockIds. This didn't make a difference due to the other issues I'm fixing caused it to bail out of blocks anyways, but it will when I fix those.

This sets the blockIds back to what they were when the namespace was tilemap instead of tiles.

Also, the blockId tilemap_destorySpritesOfKind is intentional, that function was misspelled before.

riknoll commented 4 years ago

look, spelling is hard....