Skip to content

Commit 19ac422

Browse files
committed
typo
1 parent 39c4b49 commit 19ac422

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

export_to_godot_tileset.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ class GodotTilesetExporter {
66
this.tileset = tileset;
77
this.fileName = fileName;
88
// noinspection JSUnresolvedFunction
9-
this.projectRoot = getResPath(this.map.property("projectRoot"), fileName);
9+
this.projectRoot = getResPath(this.tileset.property("projectRoot"), fileName);
1010
this.spriteImagePath = this.tileset.image.replace(this.projectRoot, "");
1111
this.shapesResources = "";
1212
this.shapes = "";

0 commit comments

Comments
 (0)