The sounds are awesome! I only had a problem because the order boxes were on top of each other and when I dropped the ingredients they were added to multiple orders at once. I don't think that was intended, but in the end I used it to prepare multiple burgers at the same time :-P
Viewing post in Monolith Burger jam comments
Hey, I tried it again and found the problem. I had my screen running at 60Hz and when I switched it to 144Hz the boxes were properly spaced and moved faster.
I guess you are moving the boxes in function _process(delta), right? The best solution would be to always multiply the distance the boxes move by the 'delta' argument and a speed multiplier.
Good luck on your Godot journey!