Skip to content

Commit

Permalink
Merge pull request #216 from jonny64bit/importer_index_increase
Browse files Browse the repository at this point in the history
Increase position on importers
  • Loading branch information
Seanba committed Dec 24, 2022
2 parents d22002c + fe39397 commit 7039e36
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ public static class ImporterConstants
public const string WorldExtension = "world";

// The order we import Tiled assets is important due to dependencies
public const int TilesetImportOrder = 10;
public const int TemplateImportOrder = 11;
public const int MapImportOrder = 12;
public const int WorldImportOrder = 13;
public const int TilesetImportOrder = 5010;
public const int TemplateImportOrder = 5011;
public const int MapImportOrder = 5012;
public const int WorldImportOrder = 5013;
}
}

0 comments on commit 7039e36

Please sign in to comment.