easter-egg-quest 1.0.5 → 1.0.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -949,7 +949,7 @@ class NarrativeRenderer {
|
|
|
949
949
|
this.currentLine = line;
|
|
950
950
|
this.clearTimer = setTimeout(() => {
|
|
951
951
|
this.clear();
|
|
952
|
-
},
|
|
952
|
+
}, 15e3);
|
|
953
953
|
}
|
|
954
954
|
/**
|
|
955
955
|
* Show a narrative line with a confirmation button.
|
|
@@ -4944,7 +4944,7 @@ class GameController {
|
|
|
4944
4944
|
"all three — remarkable"
|
|
4945
4945
|
];
|
|
4946
4946
|
(_d = this.narrative) == null ? void 0 : _d.showCelebration(congrats[eggIndex] ?? "egg collected");
|
|
4947
|
-
await this._wait(
|
|
4947
|
+
await this._wait(3500);
|
|
4948
4948
|
(_e = this.narrative) == null ? void 0 : _e.clear();
|
|
4949
4949
|
await this._wait(400);
|
|
4950
4950
|
if (eggIndex < 2) {
|