Godot Version
4.3
Question
I created a CharactedBody2D(aka Player) with sprites, etc, and a Camera2D. Player starts from the the left of the screen so if I put camera as a child will follow from that position, but what I'm trying to reach is that when the player start moving from the left to the right, camera do not move and when the player reach the middle of the screen then camera will start follow this is just at the beginning of the level/scene