angelozerr / tern-phaser

A Tern plugin for Phaser
http://phaser.io/
12 stars 6 forks source link

Missing Phaser.Sprite.scale property #15

Open PhaserEditor2D opened 8 years ago

PhaserEditor2D commented 8 years ago

In the online demo is missing Phaser.Sprite.scale property:

var game = new Phaser.Game();
var s = game.add.sprite();
s.<missing scale>
angelozerr commented 8 years ago

I will fix that when I will find time. Thanks for reporting this issue.