You can change the scale
property of the Node2D node to something smaller to make it and all of its children nodes smaller.
Just keep in mind, for collision shapes, scaling needs to be uniform, as otherwise the physics engine gets messed up. For example, a scale of (0.25, 0.25)
is fine, but a scale of (0.25, 0.5)
might cause issues with the physics engine.