1
Fork 0
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:
Steffo 2024-04-14 07:23:33 +02:00
parent 470aa1cf8e
commit aa38f02244
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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 }