Skip to content

Commit

Permalink
Text align left should be set to -1 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianmcgregor authored and bigtimebuddy committed Nov 22, 2016
1 parent 72813d0 commit dce740d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/Text.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dce740d

Please sign in to comment.