From 9525b65ad8477ecb6cd14dfbfe0e8ad7ae467f32 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Sat, 20 Apr 2024 04:55:09 +0200 Subject: [PATCH] Fix `MovePhysics` name --- behaviours/move_physics.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)