ldtk
ldtk copied to clipboard
Modern, lightweight and efficient 2D level editor
Ctrl+Alt+LMB on a point causes a crash Stack: ``` LDtk version: 1.1.3-64bits Cannot read properties of null (reading 'layerJsons') TypeError TypeError: Cannot read properties of null (reading 'layerJsons')
I'm trying to create a new intgrid I add a new group then I add a new rule then I try to click in the black rectangle in the left...
Hi, I've just discovered this utility and I'm trying to import data into it from my existing data, this means generating the necessary JSON and so on. The first issue...
While testing out the features of the level background position in every configuration, I stumbled across levels with the same name. In this zip is the project+texture: [LevelUniqueness.zip](https://github.com/deepnight/ldtk/files/8792801/LevelUniqueness.zip) (Note: I...
Symmetric rules currently not only flip the pattern for matching, _but also the tile order and their flip flags._ I wish there was a way to opt out of the...
I've been taking a look at the examples provided with the toolkit, namely Entities.ldtk and Test_file_for_API_showing_all_features.ldtk, and I've noticed that they both have duplicate tile entries that have the same...
Hello, following your suggestion, I'm opening an issue for each feedback I've written on the discord channel. For physics-based games or games which define their collision using geometrical shapes rather...
If using enum marking on the tileset for things like collision or other metadata, a really useful feature would be to be able to toggle showing our enum markings within...