From 0f81e6a140ee4a50b079e62c05ccf8db8286c10c Mon Sep 17 00:00:00 2001 From: mibi88 Date: Mon, 27 Jun 2022 21:27:40 +0200 Subject: [PATCH] =?UTF-8?q?20220627=20-=20Scrolling=20cod=C3=A9=20(mais=20?= =?UTF-8?q?pas=20fonctionnel).?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a164fcc..55c5a1e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,6 +14,9 @@ set(SOURCES ) set(ASSETS_fx assets-fx/title.png + assets-fx/tiles/blocks/soil.png + assets-fx/tiles/blocks/stone.png + assets-fx/tiles/blocks/coal.png # ... )