From 7c1d8c23d4ba2fb61d96c5b1b9fa4709e0c324c7 Mon Sep 17 00:00:00 2001 From: faucomte97 Date: Fri, 1 Dec 2023 11:21:55 +0000 Subject: [PATCH] Use preexisting image --- .../image/characters/front_view/Sleigh.svg | 436 ------------------ game/static/game/js/blocklyCustomBlocks.js | 2 +- 2 files changed, 1 insertion(+), 437 deletions(-) delete mode 100644 game/static/game/image/characters/front_view/Sleigh.svg diff --git a/game/static/game/image/characters/front_view/Sleigh.svg b/game/static/game/image/characters/front_view/Sleigh.svg deleted file mode 100644 index 8303bf7e9..000000000 --- a/game/static/game/image/characters/front_view/Sleigh.svg +++ /dev/null @@ -1,436 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/game/static/game/js/blocklyCustomBlocks.js b/game/static/game/js/blocklyCustomBlocks.js index c56e8ffd0..486ddd3b0 100644 --- a/game/static/game/js/blocklyCustomBlocks.js +++ b/game/static/game/js/blocklyCustomBlocks.js @@ -17,7 +17,7 @@ function initCustomBlocksDescription() { if(new Date().getMonth() === 11 && CHARACTER_NAME === "Van") { fieldImage = new Blockly.FieldImage( - ocargo.Drawing.imageDir + "characters/front_view/Sleigh.svg", + ocargo.Drawing.imageDir + "characters/top_view/Sleigh.svg", ocargo.BlocklyControl.BLOCK_CHARACTER_HEIGHT, ocargo.BlocklyControl.BLOCK_CHARACTER_WIDTH )