Hey guys i have been playing carrion for a while. In the game you play as this tentacle monster (player) whose solo objective is to kill and spread it's biomass all over the containment facility.
However what fascinates me the most is the game's monster's (player) sprite animations
Here's what it looks like :
Closer look at Carrion Player sprite animations
The game uses left mouse click for movement. And when you click on the screen 1 or 2 tendrils extend out of the player sprite in a straight line. If it colloids it attaches to the colliding mesh. If it does not make contact it extends out a bit further and returns back inside the player sprite. What is fascinating is while heading back the tentacle wiggle's just like a tentacle. And this is animated via code and no ta predetermined animation.
This is what the sprite sheet for the monster (player) looks like:
The only other game i have seen this kind of animation is in noita.
Noita tentacle wand
I can't find any resources online on how to simulate this king of animation in godot. If Anyone here willing to share this knowledge would be much appreciated.