@@ -19,6 +19,7 @@ func _process(delta):
func focus_on(pos: Vector2, scale: float) -> void:
set_position(pos)
set_zoom(Vector2.ONE / scale)
+ ended.emit()
func _on_show_new_focus(pos: Vector2, scale: float) -> void: