This commit is contained in:
2020-03-22 19:27:19 +01:00
parent 3b9fac87f3
commit d07f8c8f5d
2 changed files with 4 additions and 4 deletions

View File

@@ -133,7 +133,7 @@ class DDImporter {
point1[0], point1[0],
point1[1], point1[1],
topoint1[0], topoint1[0],
topoint1[1], topoint1[1]]
}); });
wallSet.push(wall.data) wallSet.push(wall.data)
let wall = new Wall({ let wall = new Wall({
@@ -141,7 +141,7 @@ class DDImporter {
point2[0], point2[0],
point2[1], point2[1],
topoint2[0], topoint2[0],
topoint2[1], topoint2[1]]
}); });
wallSet.push(wall.data) wallSet.push(wall.data)
} }

View File

@@ -15,6 +15,6 @@
"styles": ["./styles.css"], "styles": ["./styles.css"],
"packs": [], "packs": [],
"minimumCoreVersion": "0.5.1", "minimumCoreVersion": "0.5.1",
"manifest": "https://raw.githubusercontent.com/m42e/FVTT-DD-Import/master/module.json", "manifest": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/raw/branch/master/module.json",
"download": "https://github.com/m42e/FVTT-DD-Import/archive/master.zip" "download": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/archive/master.zip"
} }