pub struct Config { pub sea_level: f32, pub mountain_scale: f32, } pub const CONFIG: Config = Config { sea_level: 140.0, mountain_scale: 1200.0, };