From 9a8e76d25fe1b1a0d13f52dd55c1ff87088846cf Mon Sep 17 00:00:00 2001 From: zhenyan121 <104683324+zhenyan121@users.noreply.github.com> Date: Tue, 28 Apr 2026 21:58:35 +0800 Subject: [PATCH] refactor: set forest base y to 62 (#1) --- src/gameplay/biome.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gameplay/biome.cpp b/src/gameplay/biome.cpp index 96e28b9..e91e490 100644 --- a/src/gameplay/biome.cpp +++ b/src/gameplay/biome.cpp @@ -19,7 +19,7 @@ static ForestParams forest{{Biome::FOREST, {0.5f, 1.0f}, {0.5f, 1.0f}, {0.004f, 0.010f, 0.020f}, - {64, 12}}, + {62, 12}}, 0.1f };