File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -414,9 +414,11 @@ struct $modify(UILayer) {
414
414
{
415
415
Keybind::create (KEY_Space),
416
416
Keybind::create (KEY_W),
417
+ Keybind::create (KEY_Up),
417
418
ControllerBind::create (CONTROLLER_A),
418
419
ControllerBind::create (CONTROLLER_Up),
419
- ControllerBind::create (CONTROLLER_RB)
420
+ ControllerBind::create (CONTROLLER_RB),
421
+ ControllerBind::create (CONTROLLER_LB)
420
422
},
421
423
Category::PLAY_1P_CLASSIC,
422
424
false
@@ -464,9 +466,11 @@ struct $modify(UILayer) {
464
466
{
465
467
Keybind::create (KEY_Space),
466
468
Keybind::create (KEY_W),
469
+ Keybind::create (KEY_Up),
467
470
ControllerBind::create (CONTROLLER_A),
468
471
ControllerBind::create (CONTROLLER_Up),
469
- ControllerBind::create (CONTROLLER_RB)
472
+ ControllerBind::create (CONTROLLER_RB),
473
+ ControllerBind::create (CONTROLLER_LB)
470
474
},
471
475
Category::PLAY_2P_PLATFORMER,
472
476
false
You can’t perform that action at this time.
0 commit comments