mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-16 06:10:58 -08:00
Close stats also by Q
This commit is contained in:
parent
4bfbf15b30
commit
bec511d9f7
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export class HUDStatistics 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.menuOpenStats).add(this.close, this);
|
||||
|
||||
/** @type {Object.<string, HUDShapeStatisticsHandle>} */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue