Fence collision
Are there any librarys out there that make it easier to do fence collision? Currently I have just been using lots clamp and if statements.
Are there any librarys out there that make it easier to do fence collision? Currently I have just been using lots clamp and if statements.
You can add the standard physics library - "matter.js" - in the project settings. If you want to detect AABB type collisions - this project shows how to do it - https://microstudio.io/i/Loginus/collision/