Changing maptext_x shifts an outline filter(I haven't tested any others.)
Maptext_y does not.
Code Snippet (if applicable) to Reproduce Problem:
filters = filter(type="outline", size=1, color=rgb(0,0,0))
maptext_x = 10
Notice everything is shifted to the right by 10 pixels.
Expected Results:
For things to remain correctly positioned.
Actual Results:
They're not.
When does the problem NOT occur?
When you don't use maptext_x.
Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)
Workarounds:
Don't use maptext_x.