ldtk icon indicating copy to clipboard operation
ldtk copied to clipboard

Modern, lightweight and efficient 2D level editor

Results 290 ldtk issues
Sort by recently updated
recently updated
newest added

Sometimes it may be of interest for a level to have a layer multiple times, or in a different order than in the project-wide layer definitions. Example for this include...

String fields are normally exported such that the "__value" key is a JSON string. ```json { "__identifier": "name", "__type": "String", "__value": "name", "__tile": null, ... }, ``` When you input...

The title captures most of the issue. My current _cWid is 33 and the _cHei is 33, but the size is 1024 not 1089 like it should be. I pasted...

In demo AutoLayers_6_OptionalRules IntGrid rules disable optional state not working ![Image](https://github.com/user-attachments/assets/8a03b3bb-1264-4eb8-8a43-5153d05f70e4)

Select multiple level to move in world view. Current LDTK can only move 1 level at a time and it is painful to at a new level in the middle...

To reproduce, load the ldtk file in the zip. Open it in ldtk (this will work nicely), save the file. Close ldtk, then try opening the file you just saved...

## Summary LDtk could add support for a user-defined "struct" field type - a group of related fields with a unique type name. The workflow would be similar to LDtk's...

⭐ New feature
🧪 Experimental
⚠️ IMPORTANT

Before: ![image](https://github.com/user-attachments/assets/c07ccf75-2367-4092-8051-794766d3b95d) After: ![image](https://github.com/user-attachments/assets/518b66b6-2f2c-4ce5-b6a6-249a1312141d) Before the drawing order was decided by the order in which the entities were placed in the world, now it uses a y-sort. This is very...

Currently every layer has a hotkey assigned based on its position in the layers list (F1-F...). However i find that its quite common to have top level layers that are...

Several crashes. This time several entities were printed to the screen at once, the crash occurred when I deleted a enum. OS: Windows 11 Stack: ``` LDtk version: 1.5.3-64bits Cannot...