+1 vote

I would like to animate some tiles of my tilemap, but I don't know which is the best method to do it, also I have to say that I'm using a single image for each Tile(This because if I use a SpriteSheet image and then I cut it for each tile when drawing the Tilemap depending of the camera position it shows some gaps between tiles).

in Engine by (47 points)

1 Answer

+1 vote
Best answer

There's AnimatedTexture. It's still a work in progress though apparently.

In other versions you'd animated a tile's texture with shaders.

by (120 points)
selected by

There's currently no way to add textures for each frame in the editor though. They as of the current 3.1 beta have to be assigned through code.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.