DrOgres / tftloop

Tales From the Loop System for FoundryVTT
12 stars 15 forks source link

V12 fix: gridDistance and gridUnits #55

Open jgordijo opened 3 months ago

jgordijo commented 3 months ago

image Foundry v12 is showing a warning for gridDistance and gridUnits.

Seems like the change is on system.json:

from:

 {
  "gridDistance": 1,
  "gridUnits: "meters"
  }

to:

  "grid": {
      "distance": 1,
      "units": "m"
  }
DrOgres commented 3 months ago

this is a known issue. I'll address this when I do a v12+ only release in future, right now this is only a warning and won't break until v14 :)