From f00d6fac935d22323fb98c031965437e7ad7a455 Mon Sep 17 00:00:00 2001 From: Miso Date: Sat, 18 Apr 2026 05:12:05 -0600 Subject: [PATCH] fix: tighten bottom dock padding to improve world strip fill (issue #49) --- scripts/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.gd b/scripts/main.gd index 378c480..e0ff1a3 100644 --- a/scripts/main.gd +++ b/scripts/main.gd @@ -11,7 +11,7 @@ const TILE_SIZE_BUMP := 1.15 const BOTTOM_TILE_BASE_PX := 40.0 const VERTICAL_TILE_BASE_PX := 48.0 const WORLD_PANEL_PADDING := Vector2i(16, 16) -const BOTTOM_DOCK_PADDING := Vector2i(48, 110) +const BOTTOM_DOCK_PADDING := Vector2i(32, 72) const VERTICAL_DOCK_PADDING := Vector2i(60, 120) const WORKER_NAMES := ["Jun", "Mara"] const BASE_TICK_SECONDS := 0.9