From 04eb3d7c2ee66e90538d3ea386bfcfd8d8131784 Mon Sep 17 00:00:00 2001 From: demenik Date: Tue, 9 Dec 2025 18:16:02 +0100 Subject: [PATCH] chore: Update grid size --- assets/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/config.json b/assets/config.json index 1b2e028..4798184 100644 --- a/assets/config.json +++ b/assets/config.json @@ -1,6 +1,6 @@ { - "grid_width": 12, - "grid_height": 4, + "grid_width": 15, + "grid_height": 5, "pom_speed": 1.5, "shovel_base_price": 10, "shovel_rate": 0.2,