updated
This commit is contained in:
@@ -133,7 +133,7 @@ class DDImporter {
|
||||
point1[0],
|
||||
point1[1],
|
||||
topoint1[0],
|
||||
topoint1[1],
|
||||
topoint1[1]]
|
||||
});
|
||||
wallSet.push(wall.data)
|
||||
let wall = new Wall({
|
||||
@@ -141,7 +141,7 @@ class DDImporter {
|
||||
point2[0],
|
||||
point2[1],
|
||||
topoint2[0],
|
||||
topoint2[1],
|
||||
topoint2[1]]
|
||||
});
|
||||
wallSet.push(wall.data)
|
||||
}
|
||||
|
||||
@@ -15,6 +15,6 @@
|
||||
"styles": ["./styles.css"],
|
||||
"packs": [],
|
||||
"minimumCoreVersion": "0.5.1",
|
||||
"manifest": "https://raw.githubusercontent.com/m42e/FVTT-DD-Import/master/module.json",
|
||||
"download": "https://github.com/m42e/FVTT-DD-Import/archive/master.zip"
|
||||
"manifest": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/raw/branch/master/module.json",
|
||||
"download": "https://gitea.d1v3.de/matthias/FVTT-DD-Import/archive/master.zip"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user