1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-24 17:14:23 +00:00

Fix MovePhysics name

This commit is contained in:
Steffo 2024-04-20 04:55:09 +02:00
parent 67c17808b8
commit 9525b65ad8
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -1,5 +1,5 @@
extends Move
class_name MoveTowardsGravity
class_name MovePhysics
signal dragged(cursor: Cursor)