I have a CollisionShape2D that I am using an AnimationPlayer with keyframes set on scaling from (0, 0) to (1,1) in 1s. I'm using it similar to an explosion and it uses an animation to give the player time to dodge the explosion. The problem is it seems to be way larger than I expect it to be when it's scaled but it's hard to tell since I cannot actually see the shapes interact.
Is there a way enable some sort of out line for all the CollisionShapes to get more visual feedback of what is happening to help with debugging?