Problem with w key

    if(this.cursors.-w key-.isDown){
        this.p1.setVelocityX(600)

}

I want to use the key w to my game of two players

See input/keyboard/add key.

1 Like

ok i will try

i try it and work good thanks to much :slight_smile: