You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We want to default the up, left, down, and right movement keys to the more common WASD until a more extensible configuration solution can be built.
US:
AS a DEV I NEED the games that I build on top of skipngo to use the default directional key mappings of WASD SO THAT I can have a more common default to character movement in my games.
Acceptance Criteria:
When pressing W the character moves up
When pressing A the character moves left
When pressing S the character moves down
When pressing D the character moves right
When pressing up arrow the character moves up
When pressing left arrow the character moves left
When pressing down arrow the character moves down
When pressing right arrow the character moves right
NOTES:
We had some discussion around some configuration approaches that would work well but those will be a future concern.
The text was updated successfully, but these errors were encountered:
We want to default the up, left, down, and right movement keys to the more common WASD until a more extensible configuration solution can be built.
US:
AS a DEV I NEED the games that I build on top of skipngo to use the default directional key mappings of WASD SO THAT I can have a more common default to character movement in my games.
Acceptance Criteria:
W
the character moves upA
the character moves leftS
the character moves downD
the character moves rightup arrow
the character moves upleft arrow
the character moves leftdown arrow
the character moves downright arrow
the character moves rightNOTES:
The text was updated successfully, but these errors were encountered: