Added basic jumping

This commit is contained in:
2025-06-20 22:11:48 -07:00
parent 8f7114431c
commit be1608b24f
3 changed files with 4 additions and 3 deletions

View File

@ -12,8 +12,7 @@ input = {
down = { keys = ["key_s", "down"] }
jump = {
keys = ["key_x", "up", "key_w", "space"]
mouse = ["left"]
keys = ["space"]
gamepad = [0]
}
}