Reputation: 21
I want to change position of player which is rotating when it is 90% collide with door
Upvotes: 1
Views: 181
Reputation: 11
You can simply use distance_to() or distance_squared_to() and get the position between object a and the area position
Upvotes: 1