Hello everyone
I’m new to corona and I have a problem I hope someone can help me with.
I attached a picture for more demonstration, the problem is when the player walks over the grass it keeps walking and does not fall even if there is no grass under it altgough I did set a value for gravity:
physics.setGravity(0,9.8)
and the player body type is dynamic, the grass is static.
this problem occurs only if the player walks and a straight line but if dropped from a higher place into the empty space it falls with no problems.