Graphics and Audio look and sound good. When I start I can pick up the 3 colored objects, but I can't jump on the platform to put them in the corresponding doors. The jump height is too low, and no other controls or information is given on what to do.
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?