mirror of
https://github.com/tobspr/shapez.io.git
synced 2024-10-27 20:34:29 +00:00
Close shop also by Q
This commit is contained in:
parent
030194f5b8
commit
4bfbf15b30
@ -197,6 +197,7 @@ export class HUDShop extends BaseHUDPart {
|
||||
this.keyActionMapper = new KeyActionMapper(this.root, this.inputReciever);
|
||||
|
||||
this.keyActionMapper.getBinding(KEYMAPPINGS.general.back).add(this.close, this);
|
||||
this.keyActionMapper.getBinding(KEYMAPPINGS.ingame.keybindingsOverlay.pipette).add(this.close, this);
|
||||
this.keyActionMapper.getBinding(KEYMAPPINGS.ingame.menuOpenShop).add(this.close, this);
|
||||
|
||||
this.close();
|
||||
|
Loading…
Reference in New Issue
Block a user