Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaling bugs #7

Open
SaFrMo opened this issue Jul 3, 2017 · 0 comments
Open

Scaling bugs #7

SaFrMo opened this issue Jul 3, 2017 · 0 comments
Labels

Comments

@SaFrMo
Copy link
Owner

SaFrMo commented Jul 3, 2017

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 SaFrMo added the bug label Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant