1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Reduce size of minimum hitbox to fix #27 and #29

This commit is contained in:
NG (Graham)
2025-06-03 21:29:23 -04:00
parent f678426e10
commit c0d04f0553

View File

@@ -16,7 +16,7 @@ fn default_gameplay_settings() -> super::GameplaySettings {
super::GameplaySettings {
show_tutorial_after_date: "2030-01-01".to_owned(),
health_threshold: 0.20,
microbot_sphere: 10.0,
microbot_sphere: 0.5,
misfire_angle: 10.0,
shield_dps: 100,
shield_hps: 2_000,