class_name Item var id : int var direction : Vector2i func _init(id : int, direction : Vector2i): self.id = id self.direction = direction