1
Fork 0
mirror of https://github.com/Steffo99/hella-farm.git synced 2024-11-22 08:04:23 +00:00

Start MoveTowardsMouse from State.STILL

This commit is contained in:
Steffo 2024-04-14 04:02:00 +02:00
parent 2ca8e7ec84
commit 443cf25440
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -13,7 +13,7 @@ signal captured
enum State { STILL, CAPTURED }
var state: State = State.CAPTURED
var state: State = State.STILL
func get_relative_mouse_position():