From 3104a685791bcfa97f14fc0924b17b8d18044357 Mon Sep 17 00:00:00 2001 From: Miso Date: Sat, 18 Apr 2026 07:22:53 -0600 Subject: [PATCH] windowstead #40: reduce vertical dock padding to hug tile column --- scripts/main.gd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.gd b/scripts/main.gd index e0ff1a3..3ceaff2 100644 --- a/scripts/main.gd +++ b/scripts/main.gd @@ -12,7 +12,7 @@ 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(32, 72) -const VERTICAL_DOCK_PADDING := Vector2i(60, 120) +const VERTICAL_DOCK_PADDING := Vector2i(20, 120) const WORKER_NAMES := ["Jun", "Mara"] const BASE_TICK_SECONDS := 0.9 const EVENT_INTERVAL_TICKS := 66