mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-06-22 12:36:29 +00:00
fix InputHandler
This commit is contained in:
@@ -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,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user