From dbad03467fce3103ae0e05b345434a61860a9db8 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 12 Apr 2025 14:39:15 +0200 Subject: More icons. --- play.js | 17 +++++++++++------ 1 file changed, 11 insertions(+), 6 deletions(-) (limited to 'play.js') diff --git a/play.js b/play.js index 3b28218..6ceac1b 100644 --- a/play.js +++ b/play.js @@ -1387,12 +1387,15 @@ const ICONS = { CDS: '', CMI: '', - FDS: '', - FBK: '', - FVE: '', - FMI: '', - IBK: '', - IVE: '', + FDS: '', + FBK: '', + FVE: '', + FMI: '', + IBK: '', + IVE: '', + + CAV: '', + RES: '', A1: '\u2776', A2: '\u2777', @@ -1447,6 +1450,8 @@ function on_log(text) { text = text.replace(/\bFMI\b/g, sub_icon) text = text.replace(/\bIBK\b/g, sub_icon) text = text.replace(/\bIVE\b/g, sub_icon) + text = text.replace(/\bCAV\b/g, sub_icon) + text = text.replace(/\bRES\b/g, sub_icon) text = text.replace(/\b[AD][1-6]\b/g, sub_icon) -- cgit v1.2.3