Another alternative is to hook into the world_transforms_changed
signal, modify the bone scale, then call SpineSprite.skeleton.update_world_transforms()
again for the changed bone scale to take effect.
The IK constraint is conceptionally cleaner though.