How to merge objects like this?

Godot 4.3

I really liked the mechanics in the game Getting goopy, where you can absorb blocks into yourself and they can combine into a larger size and store information about themselves, so I’m interested in implementing a script for such a combination of blocks and their absorption into godot. Unfortunately, I did not find any information that would help(
Getting Goopy 2024-09-17 10-37-37 (1)

1 Like

It is actually possible with tween, area and rigid body and also it is a easy thing to do.