Oh seriusly? o.O the platformers i made sure to put in a correct position to jump in, just to be clear the platforms have a one_way_collision, so you can jump from below, try again please. T_T
Viewing post in stone color jam comments
Ok, tried again, and this is the result . I tried several times, and couple times I was able to drop the object on the platform from below but not on the door. But in either case I can't jump on or through the platform. Edit: can you tell me what's the expected behavior?
Ha, compare this to my jump: https://imgur.com/a/QtrQC7u
Could it be that you are not using the "delta" in the _process / _physics_process function correctly? That is, perhaps you are using frames instead of time to compute the jump?