crnormand / gurps

Implementing a GURPS 4e game aid for Foundry VTT
MIT License
102 stars 49 forks source link

Resolve gridDistance & gridUnits deprecation warning #1929

Closed Wilou1428 closed 1 month ago

Wilou1428 commented 1 month ago

gridDistance and gridUnits were deprecated in favour for grid.distance and grid.units. In Foundry V12 this throws a warning. I've migrated the values according to the new specification.