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 3d5f2d4 commit fe180c2Copy full SHA for fe180c2
Assets/LDtkUnity/Editor/ScriptedImporter/LDtkImporterConsts.cs
@@ -2,8 +2,8 @@
2
{
3
internal static class LDtkImporterConsts
4
5
- public const int PROJECT_VERSION = 33;
6
- public const int LEVEL_VERSION = 17;
+ public const int PROJECT_VERSION = 34;
+ public const int LEVEL_VERSION = 18;
7
public const int TILESET_VERSION = 8;
8
public const int CONFIG_VERSION = 0;
9
0 commit comments