Mike018 Posted March 29, 2017 Report Share Posted March 29, 2017 How do you position things when various devices have very different dimensions? For example, if I want a sprite to be above another sprite, simply doing this.game.world.centerY - 100 would position well on some phones and overlap on other phones. Should i be doing something like this: this.game.world.centerY - (this.game.world.height / 20) for everything? 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.