fixed reflection probe, added test with block

This commit is contained in:
2025-08-07 17:01:24 +02:00
parent c28408b933
commit 88764ef9f6
1549 changed files with 3200 additions and 2693 deletions

View File

@@ -18,7 +18,7 @@ namespace Beyond
[Header("Melee Inputs")]
public GenericInput weakAttackInput = new GenericInput("Mouse0", "RB", "RB");
public GenericInput strongAttackInput = new GenericInput("Alpha1", false, "RT", true, "RT", false);
public GenericInput blockInput = new GenericInput("Mouse1", "LB", "LB");
public GenericInput blockInput = new GenericInput("R", "R", "R");
internal vMeleeManager meleeManager;
protected bool _isAttacking;