updated to

This commit is contained in:
2020-03-22 19:32:47 +01:00
parent a0fc6e41af
commit cb58c0756f
2 changed files with 3 additions and 3 deletions

View File

@@ -126,8 +126,8 @@ class DDImporter {
console.log('yes');
console.log(this.getNearerPoint(point1, [portalPoint1, portalPoint2]));
console.log(this.getNearerPoint(point2, [portalPoint1, portalPoint2]));
topoint1 = this.getNearerPoint(point1, [portalPoint1, portalPoint2]);
topoint2 = this.getNearerPoint(point2, [portalPoint1, portalPoint2]);
let topoint1 = this.getNearerPoint(point1, [portalPoint1, portalPoint2]);
let topoint2 = this.getNearerPoint(point2, [portalPoint1, portalPoint2]);
let wall1 = new Wall({
c : [
point1[0],

View File

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