phaser-percent-bar icon indicating copy to clipboard operation
phaser-percent-bar copied to clipboard

Scaling bugs

Open SaFrMo opened this issue 7 years ago • 0 comments

Replicate:

const x = this.game.add.sprite(0, 0, 'white-square')
x.width = 2

this.game.add.existing(new PercentBar({
    host: x,
    width: 20
    // etc...
})

Scaling doesn't work as expected - should have option to work independently of host scale

SaFrMo avatar Jul 03 '17 18:07 SaFrMo