Hi guys! I’m trying to make a 1 vs 1 game but i’m failing at setting up the controlls. I want to set A,S,W and D for player one, and Arrows for player two.
My first try was to set Input.define(“LEFT”, Keys.A) for P1 and Input.define(“LEFT”, Keys.RIGHT) but i realize that the last one override the previous one. I google it but couldn’t find anything about this.
Has anybody accomplished something like this? Any advice, tip or whatever would be welcome