Hello,
I am still quite new to Godot, so I am sorry if this is a dumb question.
I made a Player node as a RigidBody2D and successfully made it fall to the ground, which is a StaticBody2D node.
However, when I added a Camera2D to the player and set it as the current camera, the gravity started to lag very much and the player was often able to walk around in air without falling down. It works normally, if I untick "current" in the camera.
Do you know what I did wrong? Thank you :-)