if(this.cursors.-w key-.isDown){
this.p1.setVelocityX(600)
}
I want to use the key w to my game of two players
if(this.cursors.-w key-.isDown){
this.p1.setVelocityX(600)
}
I want to use the key w to my game of two players
ok i will try
i try it and work good thanks to much