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

@@ -65,7 +65,7 @@ export class GameLoadingOverlay {
internalAddHint(element) {
const hint = document.createElement("span");
hint.innerHTML = randomChoice(T.tips);
hint.classList.add("hint");
hint.classList.add("prefab_GameHint");
element.appendChild(hint);
}
}