Hello! I am newbie in Phaser and I have a specific question: For example, I have an interface and I need to create it via Phaser in canvas holdRight = game.add.button(w/1.84, h/1.3092, 'holdRight', this.holdRight, this, 2, 1, 0); At first I don't know where to place it in browser window of this interface and I need to change it again and again I waste a lot of time changing x and y coordinates How to set coordinates of sprites in easier way? Thank you in advance and sorry for stupid question =)