Hi, I'm making my own spin-off of the tutorial shooter game and want to make it so I can control with WASD and Arrow Keys! Do you know how I may be able to do this?
Develop games in your browser. Powerful, performant & highly capable.
Yeah, you can add a bunch of events like "Keyboard is 'D' key down -> Player simulate moving right". If you have Default Controls=Yes on the behavior, then you will be able to control the player with both WASD and arrow keys.