Mike018 Posted March 29, 2017 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? Link to comment Share on other sites More sharing options...
Recommended Posts