From 20b678101d998bd251916cee1f16ee2fa80d6324 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Untersch=C3=BCtz?= Date: Tue, 25 Nov 2025 10:58:40 +0100 Subject: [PATCH] add player.gif --- static/game.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/game.js b/static/game.js index 015fe6f..43b0a54 100644 --- a/static/game.js +++ b/static/game.js @@ -91,7 +91,7 @@ window.addEventListener('resize', resize); resize(); async function loadAssets() { - playerSprite.src = "assets/player.png"; + playerSprite.src = "assets/player.gif"; if (gameConfig.backgrounds && gameConfig.backgrounds.length > 0) { const bgName = gameConfig.backgrounds[0];