chore: whitespace

This commit is contained in:
tiger tiger tiger 2026-01-18 07:30:38 +01:00
parent 2295db82b6
commit b2a2af1159
1 changed files with 2 additions and 2 deletions

View File

@ -94,7 +94,7 @@ func _process(delta: float):
for note in notes: for note in notes:
# Skip all dragged and already attached notes # Skip all dragged and already attached notes
if note.is_attached: continue if note.is_attached: continue
if note.is_dragged:continue if note.is_dragged: continue
# Magnetically move all notes to where they ought to be on screen # Magnetically move all notes to where they ought to be on screen
note.position = _smooth(note.position, zone_position, delta) note.position = _smooth(note.position, zone_position, delta)
@ -224,7 +224,7 @@ func handle_mouse_button(input: InputEventMouseButton, to_handle = selection) ->
## Starts a drag operation for the given draggable ## Starts a drag operation for the given draggable
func _start_drag(draggable: Draggable) -> void: func _start_drag(draggable: Dragg able) -> void:
selection = draggable selection = draggable
current_context = DRAG current_context = DRAG