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

LDtk 1.1.3, arch linux ### steps 1. use a project with multiple levels, all using the default background color 2. turn on "Save levels to separate files" in project settings,...

bug

It returns an error **"Couldn't find any simple Enum in this source fileContent."** when I import an hx file for enums like this package util; enum Rarity { test1; test2;...

bug

### Exposition On the topic of packing tiles to a sprite atlas. Typically, we would loop through the tileset definition and slice for every single tile, and then pack it...

optimization
discussion

My single favorite feature in LDtk is the way it handles worlds and levels. Automating neighbor connections in a Metroidvania-style game is a cinch with the `__neighbors` table. My request...

enhancement
Json

It would be awesome if you could add export to Lua. Slamming everything into Lua tables should be pretty trivial and it would make it super easy for all the...

Stack: ``` LDtk version: 1.1.0-64bits Cannot read properties of null (reading 'layerJsons') TypeError TypeError: Cannot read properties of null (reading 'layerJsons') at LevelTimeline.prolongatePreviousStates (file:///C:/Users/Nathan/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:12299:10) at LevelTimeline.saveLayerStates (file:///C:/Users/Nathan/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:12246:8) at tool_SelectionTool.onKeyPress (file:///C:/Users/Nathan/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:194847:45)...

bug
need more infos

Occurs every time, even when restarting, can't figure out why. Stack: ``` LDtk version: 1.1.1-64bits Cannot read properties of null (reading 'relPath') TypeError TypeError: Cannot read properties of null (reading...

bug
need more infos

First of all, thanks for the work you're putting into this; LDTK looks incredible. That said, there are a few issues bugging me right now that make a switch hard...

discussion

- [x] CastleDB - [ ] ExpDB (https://github.com/kevinresol/exp-db) - [ ] VScode Depot (https://twitter.com/cantatagame) - [x] CSV file - [x] JSON file

enhancement