Attention | Topic was automatically imported from the old Question2Answer platform. | |
Asked By | lalel345 |
I have a grid container and I have moved one of its children out by dragging it with the mouse with
if input.is_actio_pressed(left_click"):
rect_position = get_global_mouse_position()
the node is now out of the grid container alignment but it is still its child, how do I make it re-align in the position within the gridcontainer with the other child nodes