Search found 2 matches
- Fri Jul 05, 2019 3:57 pm
- Forum: Support and Development
- Topic: Getting stuck between adjacent objects
- Replies: 4
- Views: 4917
Re: Getting stuck between adjacent objects
Thank you for the replies! I did some research and I found out that is better to treat a long platform as just one big collision box. Actually I had tought about this but now I realize that you can do this much more easily with Tiled
- Thu Jul 04, 2019 6:09 am
- Forum: Support and Development
- Topic: Getting stuck between adjacent objects
- Replies: 4
- Views: 4917
Getting stuck between adjacent objects
Hello, newbie here. I'm making a simple platformer game using love.physics for all the physics. I have a map where the platforms are made by many 32x32 blocks put together in order to create a perfect, bigger platform (with no separation or differences between the blocks). However, rarely (not so ra...