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

Minor adjustments

This commit is contained in:
tobspr
2020-09-19 18:57:14 +02:00
parent d0aa6db630
commit fe97d28674
5 changed files with 6 additions and 5 deletions

View File

@@ -27,7 +27,7 @@ export class PreloadState extends GameState {
</span>
</div>
</div>
<span class="hint"></span>
<span class="prefab_GameHint"></span>
`;
}
@@ -62,7 +62,7 @@ export class PreloadState extends GameState {
this.statusBarText = this.htmlElement.querySelector(".loadingStatus > .bar > .status");
/** @type {HTMLElement} */
this.hintsText = this.htmlElement.querySelector(".hint");
this.hintsText = this.htmlElement.querySelector(".prefab_GameHint");
this.lastHintShown = -1000;
this.nextHintDuration = 0;