This commit is contained in:
2020-03-22 19:41:49 +01:00
parent a2fd0a56e4
commit 2c1ef487cd
2 changed files with 3 additions and 3 deletions

View File

@@ -133,8 +133,8 @@ class DDImporter {
console.log('yes'); console.log('yes');
console.log(this.getNearerPoint(point1, [portalPoint1, portalPoint2])); console.log(this.getNearerPoint(point1, [portalPoint1, portalPoint2]));
console.log(this.getNearerPoint(point2, [portalPoint1, portalPoint2])); console.log(this.getNearerPoint(point2, [portalPoint1, portalPoint2]));
let topoint1 = this.convertPointFromDDtoFVTT(his.getNearerPoint(point1, [portalPoint1, portalPoint2])); let topoint1 = this.convertPointFromDDtoFVTT(this.getNearerPoint(point1, [portalPoint1, portalPoint2]));
let topoint2 = this.convertPointFromDDtoFVTT(his.getNearerPoint(point2, [portalPoint1, portalPoint2])); let topoint2 = this.convertPointFromDDtoFVTT(this.getNearerPoint(point2, [portalPoint1, portalPoint2]));
let point1fctt = this.convertPointFromDDtoFVTT(point1); let point1fctt = this.convertPointFromDDtoFVTT(point1);
let point2fctt = this.convertPointFromDDtoFVTT(point2); let point2fctt = this.convertPointFromDDtoFVTT(point2);
let wall1 = new Wall({ let wall1 = new Wall({

View File

@@ -2,7 +2,7 @@
"name": "dd-import", "name": "dd-import",
"title": "DungeonDraft Importer", "title": "DungeonDraft Importer",
"description": "Imports scene elements from Dungeon Draft map files", "description": "Imports scene elements from Dungeon Draft map files",
"version": "0.4.7", "version": "0.4.8",
"authors": [ "authors": [
{ {
"name": "Moo Man" "name": "Moo Man"