diff --git a/behaviours/move_physics.gd b/behaviours/move_physics.gd index 18e05a3..7e51e39 100644 --- a/behaviours/move_physics.gd +++ b/behaviours/move_physics.gd @@ -1,5 +1,5 @@ extends Move -class_name MoveTowardsGravity +class_name MovePhysics signal dragged(cursor: Cursor)