Godot Version
4.6.1
Question
I am making a Tower Defense game and I have reached the part where I need some animations for the attacks. Now I will have some lets say exploding attacks but I will have to have some continuous attacks as well like a laser and poison clouds, fire cloud which damage the enemies in a field.
This is my FieldCone and everything that enters the range will get damaged by the tower. This works so far but my question is can I somehow add an animation which will cover the whole cone area like this and what would be the best way to add it?
Also one really important thing is whether to use an animatedsprite animation or a particle effect.
For a 2D tower defense game if a player builds a lot of these towers what is the best course of action for getting this to work. I tried looking around but I haven’t found anything concrete for this situation. I also tried creating some Particle effects and they look pretty good to be honest but would that impact the game performance a lot not just with the fire towers but with the laser and poison ones as well.
Thank You for your time, and any help and advice are appreciated.
