class_name VineNode extends Node2D
@export var vine : Vine
@export var location : Vector2
@export var offset : Vector2
func _ready() -> void:
position = Grid.get_world_position(location, offset)