I just found that Phaser uses Pixi to render text and also found that align property, which by default is 'left' does not apply to single line text. I need it to be centered. I just want to display score text. I can position the field in middle of my text border but only when it has a value of '0'. When it has value of '12000' it looks like it is shifted towards right side of the border. What would you do in this case? What is the best way to pass this problem without changing 'x' coordinate of the text field? I am making a Phaser 2.2.2 game.