netgfx / phaser_modals

Phaser.io Modals creator script
MIT License
60 stars 18 forks source link

Auto scale by device #4

Closed paulocoutinhox closed 8 years ago

paulocoutinhox commented 8 years ago

Hi,

You can add an auto scale by device. Because on my mac contentScale=1 is OK, but on android the image is too large. An automatic propertie will be fine :)

Thanks.

netgfx commented 8 years ago

Are you talking about the example? Or the actual plugin? Because the plugin will live inside a Phaser game so the game it self should scale accordingly. The modal will respect game scalling.