Search found 3 matches
- Sun Mar 26, 2023 8:47 am
- Forum: General
- Topic: Need help with platformer game character- collider and jumping
- Replies: 6
- Views: 2562
Re: Need help with platformer game character- collider and jumping
Thank you so much! I will try that out, this is really helpful.
- Thu Mar 23, 2023 3:04 pm
- Forum: General
- Topic: Need help with platformer game character- collider and jumping
- Replies: 6
- Views: 2562
Re: Need help with platformer game character- collider and jumping
Thanks for the link! Just looked through it. Could you explain what I should do with it? I'm a beginner. Will simply adding in the AABB collision-detection fix my game?
- Thu Mar 23, 2023 8:17 am
- Forum: General
- Topic: Need help with platformer game character- collider and jumping
- Replies: 6
- Views: 2562
Need help with platformer game character- collider and jumping
Hii, I'm new to game dev and using love2d, so I hope I can explain what my issues are at the moment. I'm trying to create a simple platformer game, and am using windfields (from github) for the physics part. PROBLEM 1: I wanted to create a BSG rectangle collider for my main player but the shape is e...