Jump to content

Phaser.text and scaleMin


tsphillips
 Share

Recommended Posts

I have a text object that is part of a group.  The group gets scaled, but I want the text object to have a minimum scale so the text does not become too small to read.  I am trying to use Text.scaleMin (http://phaser.io/docs/2.4.3/Phaser.Text.html#scaleMin), but it is not working.

 

Is something like this the proper usage?

textAddress.scaleMin = new Phaser.Point(1.0, 1.0);

Tom

 

Link to comment
Share on other sites

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...