From 18ecd5b820c053e8a5f426d0468d92d3d098bca5 Mon Sep 17 00:00:00 2001 From: Zacharie Guet Date: Sun, 14 Jun 2026 18:04:14 +0200 Subject: [PATCH] =?UTF-8?q?R=C3=A9paration=20du=20bug=20de=20cellule=20hor?= =?UTF-8?q?s=20r=C3=A9gion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stages/terrain/region/scripts/region.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stages/terrain/region/scripts/region.gd b/stages/terrain/region/scripts/region.gd index 09a1f30..5c80960 100644 --- a/stages/terrain/region/scripts/region.gd +++ b/stages/terrain/region/scripts/region.gd @@ -12,7 +12,7 @@ const TILE_SCALE = 1 const TILE_SIZE : int = roundi(TILE_SET.tile_size.x * TILE_SCALE) const SPAWN_OBJECT_RANDOM_MOVEMENT = 200 const DOORS_RANDOM_MOVEMENT = 3000 -const CELLS_RANDOM_MOVEMENT = 4000 +const CELLS_RANDOM_MOVEMENT = 3500 const REGION_LIMIT = 4000 const CHUNK_TILE_SIZE : int = 10