Is there any alternative to the built-in TileMap?

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By spoicat

The built in TileMap node is great. But I want to make tile’s with behaviours. For an example, when player touches a specific kind of type, the tile breaks and falls (platformer).

I thought I could do it with script but I kinda find it confusing. I also tried adding keys to the tiles (AnimationPlayer) but keys won’t appear for a tile property.

Any help?

:bust_in_silhouette: Reply From: magicalogic

You can create a tile a as a scene, script it to behave the way you want and then create a level scene and instance the tile there as many times as you want.