Cloud Saves Update

This commit is contained in:
2026-02-21 22:50:51 -05:00
parent 8ec4bc7846
commit c312ba9f34
10 changed files with 131 additions and 86 deletions

View File

@@ -17,7 +17,7 @@ class SearchMode(Enum):
LAWNMOWER = "lawnmower"
LEVY = "levy"
class Search:
POSITION_TOLERANCE = 0.2
POSITION_TOLERANCE = 0.05
CHECK_INTERVAL = 0.5
MAX_TRAVEL_TIME = 300.0