Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Thank you!  Regarding the weights being physics, I needed them to have colliders so they would not overlap, in order to prevent picking up 2 weights with the mouse.  Once that far, it just made sense for them to be physics bodies so you could toss them in and they'd sail in like...well...weights!  Also, some might consider it a bit tedious to drag them directly to the spot when they can just be dropped in, there's the little dopamine aspect there to consider as well.  Certainly, that could be done with kinematic bodies, but not to any advantage that I thought of (this does not preclude said advantage existing :-P).

Thanks for mentioning the crash.  I don't know why.  However, just yesterday, I ran it on an old HP Envy laptop that I have, as it happens, and got a crash I had never seen before.  It was a memory access violation.  This old thing has a trash Intel on-board graphics and I have to run it on that thing with opengl3 (instead of Vulkan, Godot will prompt for that).  Hopefully this is just some crazy old driver issue, but good to know :).