mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Close stats also by Q
This commit is contained in:
@@ -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>} */
|
||||
|
||||
Reference in New Issue
Block a user