mirror of
https://github.com/zhenyan121/Cubed.git
synced 2026-06-18 00:27:02 +08:00
refactor: adjust mountain frequency
This commit is contained in:
@@ -23,7 +23,7 @@ constexpr float FREQ1_MIN = 0.001f;
|
||||
constexpr float FREQ1_MAX = 0.020f;
|
||||
constexpr float FREQ2_MIN = 0.005f;
|
||||
constexpr float FREQ2_MAX = 0.050f;
|
||||
constexpr float FREQ3_MIN = 0.010f;
|
||||
constexpr float FREQ3_MIN = 0.005f;
|
||||
constexpr float FREQ3_MAX = 0.080f;
|
||||
constexpr int HEIGHT_BASE_MIN = 50;
|
||||
constexpr int HEIGHT_BASE_MAX = 175;
|
||||
|
||||
Reference in New Issue
Block a user