Press Space to teleport the button around. The button's origin is the bottom left corner. Press 1 to change the top text Press 2 to change the bottom text
Text engine by @grandpasp There are a few flaws with this iteration: > Text is only dynamically sized based off the height of the button. Changing 'width' has no effect on the size of the text > The text's base sizes were made with the default button size settings in mind, which means the buttons work best when the width is three times the height. > Since only the height of the button affects the text size, there is no code protection against text being drawn off of the button, if it is long enough.