rossi46 Posted April 14, 2017 Share Posted April 14, 2017 i zoom html use css zoom. The button in pixi game wrong position. But i use transform scale it ok. How to fix that when use zoom?? Quote Link to comment Share on other sites More sharing options...
Taz Posted April 15, 2017 Share Posted April 15, 2017 Scaling the stage seems to be the preferred approach. But if you need to use css zoom and the position is the only thing that isn't working how you want, you could try dividing position.x and position.y by the same factor that you zoom by. That worked for me in similar situation, if I remember right. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.