From 182e39dbcd2eaf1c5daca882b5fb5a9d806d8463 Mon Sep 17 00:00:00 2001 From: Matteo Contrini Date: Wed, 25 Oct 2023 17:29:47 +0200 Subject: [PATCH] Maybe --- lib/maps/card.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/maps/card.js b/lib/maps/card.js index 5e96bf2..15b679b 100644 --- a/lib/maps/card.js +++ b/lib/maps/card.js @@ -88,9 +88,9 @@ class Card { // If the map is available, overlay the image if (mapPath && typeof mapPath == 'string') { - img.draw(`image over 0,116 0,0 ${mapPath}`); - img.draw(`image over 0,116 0,0 ${__dirname}/shadow.png`); - img.draw(`image over 272.5,330.5 0,0 ${__dirname}/pin.png`); + img.draw(`image Over 0,116 0,0 ${mapPath}`); + img.draw(`image Over 0,116 0,0 ${__dirname}/shadow.png`); + img.draw(`image Over 272.5,330.5 0,0 ${__dirname}/pin.png`); } // Set the font