Questions tagged as 'phaser'

0
answers

Why are not images uploaded to Phaser?

I am starting to use phaser to create games and I found a problem that I can not find for more tests that I did. I can not show the images I'm uploading. You only see a small square in the center, (I show it in this capture: when you should see...
asked by 17.12.2018 / 16:49
0
answers

phaser 3 active pointer problem on mobile

I am trying to move my player by clicking on the right or on the left of the game, everything is fine on the computer, but when I try it on the mobile, it always moves to the right and, after many attempts, it starts to move to the left, it does...
asked by 06.11.2018 / 04:56
1
answer

Adapt canvas to the screen

I have a canvas with phaser with the following dimensions: game = new Phaser.Game(480, 600, Phaser.AUTO, ""); This I show on the computer and there is no problem, it is the measurement I need, but when I visualize it from the mobile I would...
asked by 23.10.2018 / 23:17