From 318e74a25b5195bffc68b8c1f05a57a5ff626d15 Mon Sep 17 00:00:00 2001 From: Ronan Date: Mon, 12 Dec 2022 17:47:16 +0100 Subject: [PATCH] vachement fort --- modules/ressources.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ressources.mjs b/modules/ressources.mjs index 65a5daf..58c64b0 100644 --- a/modules/ressources.mjs +++ b/modules/ressources.mjs @@ -3,6 +3,6 @@ export const images = { floor: '/res/floor.png', player: '/res/player.png', box: '/res/box.png', - destination: '/res/destination.png', + destination: '/res/destination_vache.png', empty: '/res/empty.png', };