meow (#1328)
This commit is contained in:
@@ -769,8 +769,10 @@ class ReplayCanvas {
|
||||
this._tkLoseFill.style.width = (100 - wPct).toFixed(1) + '%';
|
||||
this._tkWinVal.textContent = w;
|
||||
this._tkLoseVal.textContent = l;
|
||||
// Game over (loser bled out) → glow the winning side.
|
||||
this.ticketsBar.classList.toggle('rc-tk-finished', l <= 0);
|
||||
// Game over (loser bled out) → glow the winning side (bar, number, and
|
||||
// the winning team panel). Class goes on the shared container so the CSS
|
||||
// can reach both the bar and the side panel.
|
||||
this.container.classList.toggle('rc-game-over', l <= 0);
|
||||
}
|
||||
|
||||
async _loadEntityIcons() {
|
||||
|
||||
Reference in New Issue
Block a user