Hi :)
When my KinematicBody2D enters two Areas2D at the same time is it possible to decide which body_entered would be processed first ?
Without doing anything it's totally random. Also Area2D has a member called priority
( The area’s priority. Higher priority areas are processed first. Default value: 0 ) but it doesn't seem to work as I thought it will.