From 3d2d1b19c0efc604f20d53b2bb2418fc863ac619 Mon Sep 17 00:00:00 2001 From: mibi88 Date: Fri, 8 Jul 2022 19:20:13 +0200 Subject: [PATCH] 20220708 - On peut sauter, casser des blocs et poser des blocs. Structure pour le player. --- src/gamesettings.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gamesettings.h b/src/gamesettings.h index 201f825..6d8675f 100644 --- a/src/gamesettings.h +++ b/src/gamesettings.h @@ -2,4 +2,5 @@ # define WORLDGEN_SOIL 8 // Blocks (y) of soil. # define WORLD_WIDTH 64 // World width. -# define WORLD_HEIGHT 64 // World height. \ No newline at end of file +# define WORLD_HEIGHT 64 // World height. +# define INVENTORY_SIZE 5 // Size of the inventory. \ No newline at end of file