Disable automatic sizing on grimoire bar to allow text to fit

This commit is contained in:
Michael Madsen
2021-09-05 19:33:44 +02:00
parent 60121c0be5
commit 46853f711a
5 changed files with 5 additions and 4 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -26,6 +26,7 @@ function ReplaceNativeGrimoireDraw() {
minigame.magicBarTextL.innerHTML += ` (${FormatTime( minigame.magicBarTextL.innerHTML += ` (${FormatTime(
CalculateGrimoireRefillTime(minigame.magic, minigame.magicM, minigame.magicM), CalculateGrimoireRefillTime(minigame.magic, minigame.magicM, minigame.magicM),
)})`; )})`;
minigame.magicBarL.style.width = "";
} }
}; };
HasReplaceNativeGrimoireDraw = true; HasReplaceNativeGrimoireDraw = true;