Skip to content

Commit

Permalink
Merge branch 'flame-engine#71-exporter'
Browse files Browse the repository at this point in the history
  • Loading branch information
benni-tec committed Nov 6, 2023
2 parents daa8015 + 41c0f86 commit 033d2df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/tiled/lib/src/tileset/tileset.dart
Original file line number Diff line number Diff line change
Expand Up @@ -285,7 +285,7 @@ class Tileset with Exportable {
'type': type.name.toExport(),

'tilewidth': tileWidth?.toExport(),
'tileheigth': tileHeight?.toExport(),
'tileheight': tileHeight?.toExport(),
'spacing': spacing.toExport(),
'margin': margin.toExport(),

Expand Down

0 comments on commit 033d2df

Please sign in to comment.