Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/main.gd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down