Refactored player controls into PlayerInput class

This commit is contained in:
2025-06-22 15:27:11 -07:00
parent be1608b24f
commit 39b951463e
10 changed files with 276 additions and 26 deletions

View File

@ -10,6 +10,8 @@ input = {
right = { keys = ["key_d", "right"] }
up = { keys = ["key_w", "up"] }
down = { keys = ["key_s", "down"] }
run = { keys = ["lshift"] }
jump = {
keys = ["space"]