is Tilemap + Animationplayer possible?

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

I was wondering if I can add a key of tilemap where it contains every single tile on the screen. In that way, I can easily change the tiles without so many lines of code

I don’t understand the question :-/

clemens.tolboom | 2021-04-27 07:17

:bust_in_silhouette: Reply From: exuin

There’s not a way to key tilemap cells. But you can submit a suggestion here: GitHub - godotengine/godot-proposals: Godot Improvement Proposals (GIPs)

Edit: Alternatively, create an export variable with a setget function that sets the tilemap cells and key that.