Is it possible to find the radius of a circular collision shape in code?
I have one generic "enemy" scene that serves as a template for specific enemies, and since each enemy has a different size, I wanted to find a way to automatically detect the collision shape radius of each specific enemy without needing to manually change the value for each enemy.