Godot Version
godot-4
Question
im trying to make a menu button follow my camera2d which is a child of my character node. how do i make it?
godot-4
im trying to make a menu button follow my camera2d which is a child of my character node. how do i make it?
what seems to be the problem?
Hello esteemed secretly,
Try putting the controls you want to follow on a seperate CanvasLayer parented to the root node. This way the controls will be drawn independently from the camera.
Regards,
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.