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

Vastly increase goals after blueprints have been unlocked

This commit is contained in:
tobspr
2020-05-28 15:00:19 +02:00
parent e0facaf788
commit 1582125d50
4 changed files with 9 additions and 9 deletions

View File

@@ -92,7 +92,7 @@ export class HUDUnlockNotification extends BaseHUDPart {
this.element.querySelector("button.close").classList.remove("unlocked");
this.buttonShowTimeout = setTimeout(
() => this.element.querySelector("button.close").classList.add("unlocked"),
10000
G_IS_DEV ? 100 : 10000
);
}