1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2026-03-02 03:39:21 +00:00

Rebalance whole game

This commit is contained in:
tobspr
2020-05-17 14:46:33 +02:00
parent 6a61d03489
commit 97f52f509b
15 changed files with 204 additions and 111 deletions

View File

@@ -69,6 +69,8 @@ export class HUDBuildingPlacer extends BaseHUDPart {
* @type {Vector}
*/
this.initialDragTile = null;
this.root.signals.storyGoalCompleted.add(this.rerenderVariants, this);
}
createElements(parent) {