updated
This commit is contained in:
@@ -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)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user