Vale-git Hi, How I can setup movements using Area2D and mouse click? In short how I can move an Area2D to mouse point click? C# or GDScript code will do :) Thank you =)
Vale-git Found it :) more o less something like this: velocity = (mouse_destination - area2d_position).normalized * speed area2d_position = velocity * delta Thanks :)