~starkingdoms/starkingdoms

38bf8de04ad1d6da68adfc08103b986b6ac50e9a — ghostlyzsh 2 years ago 979b11d
lighter cargo
1 files changed, 1 insertions(+), 1 deletions(-)

M server/src/timer.rs
M server/src/timer.rs => server/src/timer.rs +1 -1
@@ 133,7 133,7 @@ pub async fn timer_main(

                let module_collider = ColliderBuilder::cuboid(18.75 / SCALE, 23.4375 / SCALE)
                    .translation(vector![0.0, 1.5625 / SCALE])
                    .mass_properties(MassProperties::new(point![0.0, 0.0], 0.0001, 0.005))
                    .mass_properties(MassProperties::new(point![0.0, 0.0], 0.000075, 0.005))
                    .build();
                let angle: f64 = {
                    let mut rng = rand::thread_rng();