Tile util extension but with 32x32 tiles!

heyo guys! i was looking at the makecode tile util extension code and i made the same extension but i added 32x32tile support for the people who want to have better art tiles and or resized the screen to bigger!

hey @richard could ya add this in to tile util extension?

1 Like

why not just make a extension thats tilemaps but you can pick any size tile?

because the tilemap system has the size be any integer from like 2 to 5 or something, and the actual scale is 1 << scale which is 4, 8, 16, or 32.

Cause it only works with powers of 2 2 4 8 16 32 etc

I don’t think any size is possible, because I saw somewhere that said it had to be a certain multiple of 4 or something like that (I forgot).

trying too