~starkingdoms/starkingdoms

71fcdf03b496702af81d74e497e0881891c618a4 — core 1 year, 8 months ago 032f64b
remove part_half_size
1 files changed, 0 insertions(+), 1 deletions(-)

M server/src/config.rs
M server/src/config.rs => server/src/config.rs +0 -1
@@ 51,7 51,6 @@ pub struct BindConfig {
#[derive(Serialize, Deserialize, Debug, Clone)]
pub struct WorldConfig {
    pub gravity: f32,
    pub part_half_size: f32,
    pub pixels_per_meter: f32,
}