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.
2 parents 7ab4ab1 + 7d6af86 commit 6327ac4Copy full SHA for 6327ac4
export_to_godot_tilemap.js
@@ -183,7 +183,7 @@ class GodotTilemapExporter {
183
collision_mask: object.property("collision_mask")
184
}
185
),
186
- this.meta_properties(layer.properties())
+ this.meta_properties(object.properties())
187
);
188
189
const shapeId = this.addSubResource("RectangleShape2D", {
@@ -202,7 +202,7 @@ class GodotTilemapExporter {
202
position: `Vector2( ${objectPositionX}, ${objectPositionY} )`,
203
204
205
+ {}
206
207
} else if (object.type == "Node2D") {
208
this.tileMapsString += stringifyNode(
0 commit comments