I'm using tweens to give buttons a bit more oomph and while I could use scale to achieve the same effect. I just don't like the artifacting it creates on pixel art. So I'm trying to tween size to get a little wobble going on hover and press.
The issue is that increasing the size only adds to the right side when I'd want it to add to both sides simultaneously. I've tried some of the layout dirs, anchor and container sizing options and none seems to have the intended effect.
Thanks in advance!