Thank you, but this doesn't really help.
Even if it shouldn' be nessecary to do this; i added this to my script:
onready var cam = $Camera2D
onready var cursor = $Cursor
func _process(delta):
cam.position.y = cursor.position.y
but it did not change anything.