I’m trying to import some foam for water from an asset pack.
I’d like it to look like it does on the asset page. Tiny Swords by Pixel Frog
If I install it as a tileset, the foam is not animated.
If anyone can explain to me how to import it, it would be much appreciated. Thank you.
You cant make animated tiles in gdevelop. This function just does not exist. You can add water as animated sprites
You can however use it as an atlas image for Gdev’s new tilemap editor feature. This will allow you to “animate” the tiles by incrementing the tile id.
For example:
In this example, I have a spritesheet (atlas image) with blocks of stone that get more cracked as the user drills into them. I increase the tile ID at the point where the drill hits the stone, which then increments the tile with pictures of stone that look more and more cracked.
1 Like