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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user