diff --git a/src/mixins/Text.js b/src/mixins/Text.js index d66e4b03..d9e5ff7f 100755 --- a/src/mixins/Text.js +++ b/src/mixins/Text.js @@ -6,7 +6,7 @@ const p = PIXI.Text.prototype; // Possible align values -const ALIGN_VALUES = ["center", "right", "left"]; +const ALIGN_VALUES = ["center", "right"]; /** * Setter for the alignment, also sets the anchor point