Search found 4 matches

by Tilur
Tue Dec 03, 2019 9:49 pm
Forum: Support and Development
Topic: Problem with collision (AABB)
Replies: 6
Views: 4541

Re: Problem with collision (AABB)

Honestly, Thank you, I didn't expect such message, i just read this, and i'll applicate tomorrow. By the way, i'll try to simplify my code and reorganize it, to make it more clear, i think i'll use the "require" system. If you want to know, i actually got many problems with table too, and ...
by Tilur
Tue Dec 03, 2019 5:19 pm
Forum: Support and Development
Topic: Problem with collision (AABB)
Replies: 6
Views: 4541

Re: Problem with collision (AABB)

Oh well, i'm not sure if it will work, but here is it ! :)

I already tried to look for the velocity Y but i didn't found anything, so actually i really don't know :/
by Tilur
Tue Dec 03, 2019 8:18 am
Forum: Support and Development
Topic: Problem with collision (AABB)
Replies: 6
Views: 4541

Re: Problem with collision (AABB)

It's because if i don't add the height of the player, the collision make him like 50 pixels above the platform :/ , i'm not sure this is the good way to do that but it actually worked as well so i let it like that ^^
by Tilur
Mon Dec 02, 2019 8:35 pm
Forum: Support and Development
Topic: Problem with collision (AABB)
Replies: 6
Views: 4541

Problem with collision (AABB)

Hello people, I wanna know if some of you actually see where my problem is with my function AABB, because when my player goes into the side of a platform, it doesn't block him and let him fall, but it actually let him go into the platform and reach the top of it. Here is the code and one picture to ...