TODO: Keep working

This commit is contained in:
NewHappyRabbit
2025-02-12 02:08:29 +02:00
parent c1732f4704
commit 1e1942ab1c
8 changed files with 54 additions and 4 deletions
+1 -1
View File
@@ -149,7 +149,7 @@ export class NameLayer implements Layer {
flagImg.classList.add('player-flag');
flagImg.style.marginBottom = "-5%";
flagImg.style.opacity = '0.8';
flagImg.src = 'flags/' + sanitize(player.flag()) + '.svg';
flagImg.src = '/flags/' + sanitize(player.flag()) + '.svg';
flagImg.style.zIndex = "1";
flagImg.style.width = "40%";
flagImg.style.aspectRatio = "3/4";