another print

This commit is contained in:
Nathan Singer 2025-04-27 13:03:49 -04:00
parent 98357b5dec
commit c463bf0adc

View File

@ -56,7 +56,6 @@ func _gui_input(event: InputEvent) -> void:
match event.button_index:
MOUSE_BUTTON_LEFT:
if event.pressed:
print("down")
is_dragging = true
mouse_offset = get_global_mouse_position() - global_position
else: