extends Sprite2D class_name Clue func setVisible(isV: bool): visible = isV if isV: $AnimationPlayer.play("move") else: $AnimationPlayer.stop()