Skip to content

Commit

Permalink
Merge pull request #137 from vmenezio/fix/136-add-offset
Browse files Browse the repository at this point in the history
Add support for horizontal and vertical offset in map layers
  • Loading branch information
vnen authored May 4, 2022
2 parents 688f7f8 + 7c8c3c5 commit 2584182
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions addons/vnen.tiled_importer/tiled_map_reader.gd
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ const whitelist_properties = [
"infinite",
"margin",
"name",
"offsetx",
"offsety",
"orientation",
"probability",
"spacing",
Expand Down

0 comments on commit 2584182

Please sign in to comment.