How to change color of tilemap and tilemap only

Im working on my latest project crate dungeons and i want to add more themes without creating over 500 tiles
Changing sprites is easy using images
image
Found out how to change the background easily
image
But i’m not sure how to change the tilemap to what i want
as in changing the colors of the tilemap layer and only that layer.
is it possible to do so? (hopefully without extensions)

5 Likes

Well, one simple way to do it is to make transparent tiles and change the background colors, but another way would be to make individual sprites that get placed on each tile and change the sprite color. To avoid lagginess I would try to find a way to make the sprites disappear when out of player view, but I don’t know how to so I couldn’t tell you how to do it.

1 Like

I doubt it :sob:
You would have to manually make duplicates in different colors, but that’s a ton of blocks

1 Like