ldtk
ldtk copied to clipboard
Modern, lightweight and efficient 2D level editor

(Issue from [this Discord question](https://discord.com/channels/761549092677353513/778168731036549130/832507904174063636)) There are keyboard shortcuts to switch between the active layers, numbers 1,2,3 etc. There should be a similar shortcut for cycling up and down through...
LDtk current supports stamps by allowing tiles to be selected using the *X modulo* and *Y modulo* modifiers, each letting the user apply the rule every N tiles.  Because...
Currently, mouse clicks & rollovers behave in weird ways when entities are out of level bounds. Related to #523
Currently it seems that as soon as an entity's origin is moved out-of-bounds the entity is removed. This is problematic if you intentionally want an entity to partially be out...
The new world feature is really nice. However, for games with randomized layouts (think differently sized rooms like gungeon) or level chunks (spelunky) none of the current layouts work super...
- [x] Faster layer rendering using TileGroups - [ ] More selective invalidate/re-render for LevelRender - [ ] Better HTML cursor rendering in Tileset picker - [ ] Better rules...
Importing images, and saving files to a network location \\Hostname\share fails with no warning or mention. When you save a project to a network location LDtk closes the project you...