Jump to content

dynamic positioning


Mike018
 Share

Recommended Posts

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

 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...