Add the following to your singleton-script:
func _ready():
process_priority = -100
The lower the number, the higher the priority. You can hover over any property in the inspector to see it's name and access it from GDscript using that.
Edit: process_priority
not process_property