not much of a code
a little script attached to the scrollcontainer
changing the scroll_horizontal property in the editor show the desired effect but when playing the scene the it goes back to 0
extends ScrollContainer
func _ready():
scroll_horizontal=600
pass # Replace with function body.