Skip to content

Commit

Permalink
update all importer consts
Browse files Browse the repository at this point in the history
  • Loading branch information
Cammin committed Sep 23, 2023
1 parent 64f3796 commit cfdce2a
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{
internal static class LDtkImporterConsts
{
public const int PROJECT_VERSION = 24;
public const int LEVEL_VERSION = 8;
public const int TILESET_VERSION = 1;
public const int PROJECT_VERSION = 25;
public const int LEVEL_VERSION = 9;
public const int TILESET_VERSION = 2;
public const string LDTK_JSON_VERSION = "1.3.0";
public const string EXPORT_APP_VERSION_REQUIRED = "1.0.0.0";

Expand Down

0 comments on commit cfdce2a

Please sign in to comment.