From ac9ba24857d9748c65ba1dc2e6474a38261a664b Mon Sep 17 00:00:00 2001 From: M1n-0 Date: Tue, 31 Mar 2026 14:44:37 +0200 Subject: [PATCH] fix path error --- web/assets/css/game.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/assets/css/game.css b/web/assets/css/game.css index ab3fbe2..e1467dc 100644 --- a/web/assets/css/game.css +++ b/web/assets/css/game.css @@ -108,7 +108,7 @@ main { .laser { background-color: #DADEEF; - background-image: url("../img/tiles/Laser.svg"); + background-image: url("/web/assets/img/tiles/Laser.svg"); background-size: 80%; background-repeat: no-repeat; background-position: center; @@ -117,7 +117,7 @@ main { .colored-laser { background-color: #DADEEF; - background-image: url("../img/tiles/Prisme.svg"); + background-image: url("/web/assets/img/tiles/Prisme.svg"); background-size: 80%; background-repeat: no-repeat; background-position: center;