From e71e75889fc90dac190b1f1fc6a3e8f10cfc2970 Mon Sep 17 00:00:00 2001 From: mibi88 Date: Wed, 6 Jul 2022 19:40:06 +0200 Subject: [PATCH] =?UTF-8?q?20220706=20-=20Arbres,=20joueur=20anim=C3=A9,?= =?UTF-8?q?=20utilisation=20de=20keydown=20au=20lieu=20de=20getkey,=20pr?= =?UTF-8?q?=C3=A9paration=20des=20physics.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a10f270..9cf6e0c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -19,6 +19,11 @@ set(ASSETS_fx assets-fx/tiles/blocks/stone.png assets-fx/tiles/blocks/coal.png assets-fx/tiles/blocks/steel.png + assets-fx/tiles/blocks/wood.png + assets-fx/player/skin1/player0.png + assets-fx/player/skin1/player1.png + assets-fx/player/skin1/player2.png + assets-fx/player/skin1/player3.png # ... )