Hey guys I have some level buttons, and I want to center the level number on the button. I have it working with single digit numbers, but double and triple digit numbers get all funky.
This is what I am doing and it doesn’t seem to work right:
numb.x = numb.textWidth / 2 - this.width/2;
Is there some kind of center property that I am unaware of?