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

Is there any reason why `getAllUntyped` is added to every extension of `Layer_Entities` rather than just being added to the base class, itself? I'd like to have some generic methods...

Would be very nice if you can change the custom data of multiples tiles at once. I have a project with very complex tilesets witrh a ton of tiles and...

๐Ÿ“ˆ Enhancement
๐Ÿงช Experimental

I was using enums but the names of my enums are very big and i dont have a way to increase the width of the list to see the names:...

๐Ÿชณ Bug

An option for the editor visual portion of Entity definitions which lets you set an offset for shifting where the image is displaying relative to its position. Example: If you...

I tried differents enum files but neither of them worked: File1, a json: ``` { "TileMaskType": "Solid" } ``` File2, a json with other format: ``` { "TileMaskType": [ "Solid"...

Stack: ``` LDtk version: 1.5.3-64bits Cannot read properties of undefined (reading 'externalRelPath') TypeError TypeError: Cannot read properties of undefined (reading 'externalRelPath') at data_def_FieldDef.getJsonTypeString (file:///C:/Users/krypt/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:40563:15) at data_inst_FieldInstance.toJson (file:///C:/Users/krypt/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:47847:58) at data_Level.toJson (file:///C:/Users/krypt/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:33693:44)...

Stack: ``` LDtk version: 1.5.3-64bits Cannot read properties of null (reading 'externalLevels') TypeError TypeError: Cannot read properties of null (reading 'externalLevels') at Object.cb (file:///C:/Users/ianfr/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:285488:8) at ui_modal_Progress.update (file:///C:/Users/ianfr/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:292554:8) at dn_Process._doMainUpdate (file:///C:/Users/ianfr/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:405:4)...