I am making a Fighting Game
I made a scene with a message saying, player1 press start, player2 press start, receive the events, but how can I assign them to a character without it ending up affecting both players 1 or 2 using a keyboard or gamepad?
I trĂed using event.set_device(n), but it didn't work