mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Start MoveTowardsMouse
from State.STILL
This commit is contained in:
parent
2ca8e7ec84
commit
443cf25440
1 changed files with 1 additions and 1 deletions
|
@ -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():
|
||||
|
|
Loading…
Reference in a new issue