diff --git a/public/css/hud.css b/public/css/hud.css index 0297fa1..3335bca 100644 --- a/public/css/hud.css +++ b/public/css/hud.css @@ -208,6 +208,27 @@ .hud-res-icon { font-size: 15px; line-height: 1; + display: flex; + align-items: center; + justify-content: center; +} + +/* Silbermünze – Bild aus der Datenbank */ +.hud-res-icon-silver { + width: 20px; + height: 20px; + flex-shrink: 0; + display: flex; + align-items: center; + justify-content: center; +} + +.hud-res-icon-silver img { + width: 20px; + height: 20px; + object-fit: contain; + filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); + display: block; } .hud-res-value { diff --git a/public/css/mine.css b/public/css/mine.css index 2640d16..206beb7 100644 --- a/public/css/mine.css +++ b/public/css/mine.css @@ -80,6 +80,27 @@ font-size: 18px; line-height: 1; flex-shrink: 0; + display: flex; + align-items: center; + justify-content: center; +} + +/* Silbermünze – Bild aus der Datenbank */ +.mine-resource-icon-silver { + width: 24px; + height: 24px; + flex-shrink: 0; + display: flex; + align-items: center; + justify-content: center; +} + +.mine-resource-icon-silver img { + width: 24px; + height: 24px; + object-fit: contain; + filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.7)); + display: block; } .mine-resource-label { diff --git a/public/images/items/amulet.png b/public/images/items/amulet.png deleted file mode 100644 index 471f46f..0000000 Binary files a/public/images/items/amulet.png and /dev/null differ diff --git a/public/images/items/armor.png b/public/images/items/armor.png deleted file mode 100644 index fd79ea3..0000000 Binary files a/public/images/items/armor.png and /dev/null differ diff --git a/public/images/items/beutel.png b/public/images/items/beutel.png deleted file mode 100644 index 59bc3d7..0000000 Binary files a/public/images/items/beutel.png and /dev/null differ diff --git a/public/images/items/blauber cristal.png b/public/images/items/blauber cristal.png new file mode 100644 index 0000000..780d943 Binary files /dev/null and b/public/images/items/blauber cristal.png differ diff --git a/public/images/items/blauer_trank.png b/public/images/items/blauer_trank.png new file mode 100644 index 0000000..29e8367 Binary files /dev/null and b/public/images/items/blauer_trank.png differ diff --git a/public/images/items/boots.png b/public/images/items/boots.png deleted file mode 100644 index 4859ef5..0000000 Binary files a/public/images/items/boots.png and /dev/null differ diff --git a/public/images/items/bow.png b/public/images/items/bow.png deleted file mode 100644 index dfca1db..0000000 Binary files a/public/images/items/bow.png and /dev/null differ diff --git a/public/images/items/bread.png b/public/images/items/bread.png deleted file mode 100644 index a928366..0000000 Binary files a/public/images/items/bread.png and /dev/null differ diff --git a/public/images/items/default.png b/public/images/items/default.png deleted file mode 100644 index 91f2278..0000000 Binary files a/public/images/items/default.png and /dev/null differ diff --git a/public/images/items/gem.png b/public/images/items/gem.png deleted file mode 100644 index dd0cabb..0000000 Binary files a/public/images/items/gem.png and /dev/null differ diff --git a/public/images/items/gloves.png b/public/images/items/gloves.png deleted file mode 100644 index d764bc8..0000000 Binary files a/public/images/items/gloves.png and /dev/null differ diff --git a/public/images/items/gold.png b/public/images/items/gold.png deleted file mode 100644 index d1e9086..0000000 Binary files a/public/images/items/gold.png and /dev/null differ diff --git a/public/images/items/helmet.png b/public/images/items/helmet.png deleted file mode 100644 index 4db9745..0000000 Binary files a/public/images/items/helmet.png and /dev/null differ diff --git a/public/images/items/key.png b/public/images/items/key.png deleted file mode 100644 index b96d8bd..0000000 Binary files a/public/images/items/key.png and /dev/null differ diff --git a/public/images/items/koecher.png b/public/images/items/koecher.png new file mode 100644 index 0000000..3fc0b15 Binary files /dev/null and b/public/images/items/koecher.png differ diff --git a/public/images/items/meat.png b/public/images/items/meat.png deleted file mode 100644 index 3a15650..0000000 Binary files a/public/images/items/meat.png and /dev/null differ diff --git a/public/images/items/potion_blue.png b/public/images/items/potion_blue.png deleted file mode 100644 index 73f7782..0000000 Binary files a/public/images/items/potion_blue.png and /dev/null differ diff --git a/public/images/items/potion_green.png b/public/images/items/potion_green.png deleted file mode 100644 index 02f9ec9..0000000 Binary files a/public/images/items/potion_green.png and /dev/null differ diff --git a/public/images/items/potion_red.png b/public/images/items/potion_red.png deleted file mode 100644 index 790e937..0000000 Binary files a/public/images/items/potion_red.png and /dev/null differ diff --git a/public/images/items/ring.png b/public/images/items/ring.png deleted file mode 100644 index ff36d21..0000000 Binary files a/public/images/items/ring.png and /dev/null differ diff --git a/public/images/items/roter_cristal.png b/public/images/items/roter_cristal.png new file mode 100644 index 0000000..4f8a7bf Binary files /dev/null and b/public/images/items/roter_cristal.png differ diff --git a/public/images/items/schild.png b/public/images/items/schild.png new file mode 100644 index 0000000..3d58e33 Binary files /dev/null and b/public/images/items/schild.png differ diff --git a/public/images/items/scroll.png b/public/images/items/scroll.png deleted file mode 100644 index da18269..0000000 Binary files a/public/images/items/scroll.png and /dev/null differ diff --git a/public/images/items/shield.png b/public/images/items/shield.png deleted file mode 100644 index 130989c..0000000 Binary files a/public/images/items/shield.png and /dev/null differ diff --git a/public/images/items/silbermuenze.png b/public/images/items/silbermuenze.png new file mode 100644 index 0000000..4059a7d Binary files /dev/null and b/public/images/items/silbermuenze.png differ diff --git a/public/images/items/slot_gross.png b/public/images/items/slot_gross.png deleted file mode 100644 index 44de5c6..0000000 Binary files a/public/images/items/slot_gross.png and /dev/null differ diff --git a/public/images/items/slot_klein.png b/public/images/items/slot_klein.png deleted file mode 100644 index fa079d7..0000000 Binary files a/public/images/items/slot_klein.png and /dev/null differ diff --git a/public/images/items/slot_mittel.png b/public/images/items/slot_mittel.png deleted file mode 100644 index e94c8a1..0000000 Binary files a/public/images/items/slot_mittel.png and /dev/null differ diff --git a/public/images/items/staff.png b/public/images/items/staff.png deleted file mode 100644 index 772c04f..0000000 Binary files a/public/images/items/staff.png and /dev/null differ diff --git a/public/images/items/sword.png b/public/images/items/sword.png deleted file mode 100644 index 8857e2e..0000000 Binary files a/public/images/items/sword.png and /dev/null differ diff --git a/public/images/items/trident_altar.png b/public/images/items/trident_altar.png new file mode 100644 index 0000000..a21d770 Binary files /dev/null and b/public/images/items/trident_altar.png differ diff --git a/public/images/items/zauberstab.png b/public/images/items/zauberstab.png new file mode 100644 index 0000000..8a54ba8 Binary files /dev/null and b/public/images/items/zauberstab.png differ