mirror of
https://github.com/Steffo99/hella-farm.git
synced 2024-11-22 08:04:23 +00:00
Remove unused capture_area
reference
This commit is contained in:
parent
470aa1cf8e
commit
aa38f02244
1 changed files with 0 additions and 1 deletions
|
@ -11,7 +11,6 @@ signal captured
|
|||
@export var can_detach: bool = false
|
||||
|
||||
@onready var game := MainGame.get_ancestor(self)
|
||||
@onready var capture_area: HoverDetector = $"CaptureArea"
|
||||
|
||||
|
||||
enum State { DETACHED, CAPTURED }
|
||||
|
|
Loading…
Reference in a new issue