Anyway! I'm trying to add text to a screen that 1) is rotated -9 degrees, and 2) includes a variable that users can modify.
My code looks like this:
Code: Select all
transform:
rotate -9
text "{size=-11}{color=04297a}{font=fonts/LinLibertine_R.ttf}1st Bank of [persistent.town] - {/size}{size=+1}10108{/size}{/font}{/color}"
pos (1485, 925)
anchor (0.5, 0.5)

When the user types in a longer name (say, New York City):

Notice how the x-position of the text changes from image to image. Ideally, it would stay in one consistent, predictable place.
I added the anchor code because I read in a different forum thread that that would fix it, but that doesn't seem to have been the case for me. Any ideas?
