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