mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-21 23:54:23 +00:00
Remove unused target
variable in MoveTowardsMouse
This commit is contained in:
parent
ab614ae84c
commit
91d1ba50fc
1 changed files with 0 additions and 1 deletions
|
@ -8,7 +8,6 @@ signal move(movement: Vector2)
|
|||
@export_range(-5, 5, 1) var speed := 1.0
|
||||
|
||||
@onready var viewport: Viewport = get_viewport()
|
||||
@onready var target = get_parent()
|
||||
|
||||
|
||||
func get_relative_mouse_position():
|
||||
|
|
Loading…
Reference in a new issue