Hello, currently I am wondering about how I should map the controls for my platformer game.
WASD to move, J to fire, K for abilities, L for inventory;
Arrow Keys to move, C to fire, X for abilities, Z for inventory.
Both use Spacebar to jump.
I'm wondering about whether or not I should move
the Arrow Keys to use N to fire, B for abilities and V for inventory instead
so that the buttons are in the middle of Spacebar.
What do you think? Arrow Keys + ZXC or VBN?