From f9780b1b67888e4ac75305b0e33c6225788ef1c7 Mon Sep 17 00:00:00 2001 From: Joël Simoneau Date: Mon, 24 Mar 2025 16:34:56 -0400 Subject: Responsive favicon --- play.html | 2 +- play.js | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/play.html b/play.html index 9ed3260..f0688df 100644 --- a/play.html +++ b/play.html @@ -6,7 +6,7 @@ VIJAYANAGARA - + diff --git a/play.js b/play.js index 83fd839..6a0fcff 100644 --- a/play.js +++ b/play.js @@ -959,9 +959,9 @@ function on_update() { } switch (player) { - case "DS": ui.favicon.href = "images/Flags_DS.png"; break - case "BK": ui.favicon.href = "images/Flags_BK.png"; break - case "VE": ui.favicon.href = "images/Flags_VE.png"; break + case "Delhi Sultanate": ui.favicon.href = "images/Flags_DS.png"; break + case "Bahmani Kingdom": ui.favicon.href = "images/Flags_BK.png"; break + case "Vijayanagara Empire": ui.favicon.href = "images/Flags_VE.png"; break } // Dice rolling -- cgit v1.2.3