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;