manuelVo / foundryvtt-drag-ruler

A Foundry VTT module that shows a ruler when dragging tokens so you can see how far you've dragged them
MIT License
40 stars 52 forks source link

Add the pathfinding radius setting #194

Closed schultzcole closed 2 years ago

schultzcole commented 2 years ago

Resolves #193

This setting is used when doing gridless pathfinding to determine how close a token can pathfind to a wall, relative to the token's size.

I also fixed a few typos in the config for "autoPathfinding" ("scpoe" and "defualt"). Hope you don't mind

schultzcole commented 2 years ago

I've made the requested changes but admittedly I have not tested the changes. I'll test them after work this evening, then re-request review.

manuelVo commented 2 years ago

Thanks!