fix InputHandler

This commit is contained in:
Aotumuri
2026-01-11 10:30:13 +09:00
parent c7a5827ef1
commit 5c80b6cc76
+6 -1
View File
@@ -34,7 +34,12 @@ describe("InputHandler AutoUpgrade", () => {
eventBus = new EventBus();
inputHandler = new InputHandler(
{ attackRatio: 20, ghostStructure: null, rocketDirectionUp: true },
{
attackRatio: 20,
ghostStructure: null,
rocketDirectionUp: true,
localAttackHeld: false,
},
mockCanvas,
eventBus,
);