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.
1 parent 817beea commit 7786197Copy full SHA for 7786197
Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs
@@ -2,8 +2,8 @@
2
{
3
internal static class LDtkImporterConsts
4
5
- public const int PROJECT_VERSION = 32;
6
- public const int LEVEL_VERSION = 16;
+ public const int PROJECT_VERSION = 33;
+ public const int LEVEL_VERSION = 17;
7
public const int TILESET_VERSION = 8;
8
public const int CONFIG_VERSION = 0;
9
0 commit comments