Hey there, I am currently working on an enemy, which inherits from a regular node. I wanted to use moveandcollide to create the movement, but as my enemy does not extend KinematicBody2D, I cannot use it. Does anybody maybe know an alternative to this?