How can i make animated tiles? water for example
Put an animated sprite the size of a tile over the tilemap.
Ashley Is this really okay to do? I thought it was bad practice to use sprites to create a grid of tiles instead of a tilemap
Noah. If you need animated tiles, there are not many options.
You can use multiple tiles in TileMap as animation frames and change them with events:
construct.net/en/tutorials/animated-tilemap-871
But if there are lots of different images with lots of animation frames, it would be easier to use sprites.
Develop games in your browser. Powerful, performant & highly capable.
If i need to do Ocean, is a madness. Why you can`t just add animation to Tiled background?
Thank you for help