diff --git a/scenes/node.gd b/scenes/node.gd index 2718898..7856fb7 100644 --- a/scenes/node.gd +++ b/scenes/node.gd @@ -122,7 +122,7 @@ func _on_unhover(): func _input(event): if hovered: - if event.is_action_pressed("click"): + if event.is_action_pressed("click") and type != "head": start_pos = get_viewport().get_mouse_position() held = true elif event.is_action_pressed("right_click"):