tsphillips Posted September 22, 2015 Share Posted September 22, 2015 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 More sharing options...
tsphillips Posted September 28, 2015 Author Share Posted September 28, 2015 All quiet -- should I assume Text.scaleMin is an unsupported feature from Pixi? Tom Link to comment Share on other sites More sharing options...
Recommended Posts