how can I make the buttons follow the movement of the player

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By ManiCus

how can I make the buttons follow the movement of the player

Which buttons? What are they doing? Where are they located? How does your player look like? Is it a KinematicBody or a RigidBody? Is your project in 2D or 3D? If you want an answer to your question, you should at least take the time to describe what exactly you’re trying to do here…

njamster | 2020-02-12 14:18

:bust_in_silhouette: Reply From: Asthmar

A simple solution would be too add the button as a child of the player. You can do this with any node. Hope that helps!