Awesome game, I really enjoyed playing it and beat every level! The concept is similar to my game, but implemented in a completely different way. I'm curious, do the slimes use soft body physics, or something else?
Viewing post in Slime Matters jam comments
Thanks for the nice words! The slimes use harmonic springs and raycasts from the center of the slime to determine the shape. I basically have simulated springs that drive the desired radius of the slime and then I raycast from the center to that point to prevent any overlap with the environment. The source code is available on my github if you wanna have a look https://github.com/Umbrason/GodotJam-SizeMatters/blob/main/Shared/Slime/Rendering/SlimeRenderer2D.gd