ldtk
ldtk copied to clipboard
Modern, lightweight and efficient 2D level editor
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 
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...
Entire ldtk file becomes corrupted if multilines (possibly regular string too?) contains a backslash
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...
Before:  After:  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...