last images

This commit is contained in:
Didictateur 2025-12-02 03:15:35 +01:00
parent 7815099ea5
commit c466eefadb
10 changed files with 21 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 246 KiB

BIN
assets/img/cards/pareil.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 221 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.3 MiB

After

Width:  |  Height:  |  Size: 208 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 951 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 259 KiB

BIN
assets/img/cards/tout.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 238 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 244 KiB

View file

@ -1123,6 +1123,13 @@
if(cid === 'empathie') imgSrc = '/assets/img/cards/empathie.png';
if(cid === 'parrure') imgSrc = '/assets/img/cards/parrure.png';
if(cid === 'revolution') imgSrc = '/assets/img/cards/révolution.png';
if(cid === 'doppelganger') imgSrc = '/assets/img/cards/doppelganger.png';
if(cid === 'pareil') imgSrc = '/assets/img/cards/pareil.png';
if(cid === 'sans_effet') imgSrc = '/assets/img/cards/sans_effet.png';
if(cid === 'teleportation') imgSrc = '/assets/img/cards/teleportation.png';
if(cid === 'tout') imgSrc = '/assets/img/cards/tout.png';
if(cid === 'vole_carte') imgSrc = '/assets/img/cards/vole_carte.png';
if(imgSrc){
const img = document.createElement('img');
img.src = imgSrc;

View file

@ -138,6 +138,13 @@
if(cid === 'empathie') imgSrc = '/assets/img/cards/empathie.png';
if(cid === 'parrure') imgSrc = '/assets/img/cards/parrure.png';
if(cid === 'revolution') imgSrc = '/assets/img/cards/révolution.png';
if(cid === 'doppelganger') imgSrc = '/assets/img/cards/doppelganger.png';
if(cid === 'pareil') imgSrc = '/assets/img/cards/pareil.png';
if(cid === 'sans_effet') imgSrc = '/assets/img/cards/sans_effet.png';
if(cid === 'teleportation') imgSrc = '/assets/img/cards/teleportation.png';
if(cid === 'tout') imgSrc = '/assets/img/cards/tout.png';
if(cid === 'vole_carte') imgSrc = '/assets/img/cards/vole_carte.png';
if(imgSrc){ const img = document.createElement('img'); img.src = imgSrc; img.alt = c.title || cid || 'card'; img.className = 'card-art-img'; img.style.width = '100%'; img.style.height = '100%'; img.style.objectFit = 'cover'; art.appendChild(img); }
}catch(_){ }
top.appendChild(art);

View file

@ -395,6 +395,13 @@
if(cid === 'empathie') imgSrc = '/assets/img/cards/empathie.png';
if(cid === 'parrure') imgSrc = '/assets/img/cards/parrure.png';
if(cid === 'revolution') imgSrc = '/assets/img/cards/révolution.png';
if(cid === 'doppelganger') imgSrc = '/assets/img/cards/doppelganger.png';
if(cid === 'pareil') imgSrc = '/assets/img/cards/pareil.png';
if(cid === 'sans_effet') imgSrc = '/assets/img/cards/sans_effet.png';
if(cid === 'teleportation') imgSrc = '/assets/img/cards/teleportation.png';
if(cid === 'tout') imgSrc = '/assets/img/cards/tout.png';
if(cid === 'vole_carte') imgSrc = '/assets/img/cards/vole_carte.png';
if(imgSrc){ const img = document.createElement('img'); img.src = imgSrc; img.alt = c.title || cid || 'card'; img.className = 'card-art-img'; img.style.width='100%'; img.style.height='100%'; img.style.objectFit='cover'; art.appendChild(img); }
}catch(e){}
top.appendChild(art);