Hi.
i am making a game .In my game scene i have a platform and 1 player .I am applying velocity on my player using this.physics.velocityFromRotation() and i am giving some random angle.Now the problem is when ever my player lands on a platform it is not stopping ,it is sliding very slowly. I applied friction to both platform and player using this.player.body.friction.x=1 and likewise to the platform.
Thank you. i will check it now.
i am new to phaser.
please suggest me some tutorials.
And i am actually building a fb instant game.i am facing issue with resolution .game is not fitting with the mobile screen.
suggest some content for that also.
Thank you
For mobile resolution look at game config , scale parameters.
For tutorials, google will give you better results than me, i usually use the docs and the official phaser 3 examples. And when it is not enough i search with google. It really depends on the kind of games you’re making.