We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39c4b49 commit 19ac422Copy full SHA for 19ac422
export_to_godot_tileset.js
@@ -6,7 +6,7 @@ class GodotTilesetExporter {
6
this.tileset = tileset;
7
this.fileName = fileName;
8
// noinspection JSUnresolvedFunction
9
- this.projectRoot = getResPath(this.map.property("projectRoot"), fileName);
+ this.projectRoot = getResPath(this.tileset.property("projectRoot"), fileName);
10
this.spriteImagePath = this.tileset.image.replace(this.projectRoot, "");
11
this.shapesResources = "";
12
this.shapes = "";
0 commit comments