From 7eabad4e235a0c38695260bd621f0f9dc24e5007 Mon Sep 17 00:00:00 2001 From: snedmore Date: Thu, 2 Jan 2025 22:36:22 -0500 Subject: [PATCH] update pingwheel distance --- config/ping-wheel.json | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 config/ping-wheel.json diff --git a/config/ping-wheel.json b/config/ping-wheel.json new file mode 100644 index 0000000..e0be944 --- /dev/null +++ b/config/ping-wheel.json @@ -0,0 +1,17 @@ +{ + "pingVolume": 100, + "pingDuration": 7, + "pingDistance": 128, + "correctionPeriod": 1.0, + "itemIconVisible": true, + "directionIndicatorVisible": true, + "nameLabelForced": false, + "pingSize": 100, + "channel": "", + "removeRadius": 10, + "raycastDistance": 512, + "safeZoneLeft": 5, + "safeZoneRight": 5, + "safeZoneTop": 5, + "safeZoneBottom": 60 +}