Feature: Implement and test clear target functionality for player start actions
This commit is contained in:
@@ -63,12 +63,12 @@ describe("player-input-bindings interact input", () => {
|
||||
}
|
||||
});
|
||||
|
||||
expect(resolvePlayerStartInteractInput(new Set(["MouseLeft"]), bindings, [])).toBe(
|
||||
0
|
||||
);
|
||||
expect(resolvePlayerStartInteractInput(new Set(["KeyE"]), bindings, [])).toBe(
|
||||
1
|
||||
);
|
||||
expect(
|
||||
resolvePlayerStartInteractInput(new Set(["MouseLeft"]), bindings, [])
|
||||
).toBe(0);
|
||||
expect(
|
||||
resolvePlayerStartInteractInput(new Set(["KeyE"]), bindings, [])
|
||||
).toBe(1);
|
||||
});
|
||||
|
||||
it("resolves the authored gamepad interact binding from the standard west button", () => {
|
||||
|
||||
Reference in New Issue
Block a user