mirror of
https://github.com/tobspr-games/shapez.io.git
synced 2026-01-21 12:02:41 -08:00
Allow deselecting with pipette
This commit is contained in:
parent
0b31ad0c7b
commit
76b619e4e7
1 changed files with 2 additions and 0 deletions
|
|
@ -75,6 +75,8 @@ export class HUDBlueprintPlacer extends BaseHUDPart {
|
|||
// Notice: Order here matters, since pipetteExecuted clears the blueprint
|
||||
this.root.hud.signals.pipetteExecuted.dispatch(contents);
|
||||
this.currentBlueprint.set(blueprint);
|
||||
} else {
|
||||
this.root.hud.signals.pipetteExecuted.dispatch(null);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue