cbcerquiaga / YouMeAndTheEndOfTheWorld

A 2 player RPG set in a post-asteroid Earth and created with the Godot engine
MIT License
13 stars 4 forks source link

Pests in farming scene collide with farm plots #203

Open cbcerquiaga opened 5 years ago

cbcerquiaga commented 5 years ago

Pests should be able to glide over the plots like the player characters can, but instead they get stuck on the farm plots

cbcerquiaga commented 5 years ago

It may be easiest to make the pests into areas instead of kinematicBodies. That way, we can just have them collide using the overlaps_body() function and only with specific things we want them colliding with. Thoughts?