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
trafficstars

Ctrl + Alt + Drag on a pont (duplicating it) crashes the editor

This change adds an overlay to tileset layers to show which tiles have which enum values assigned to them. It's triggered by clicking a new "Tile enums" option in the...

Before ![image](https://user-images.githubusercontent.com/14964651/181870297-4152172e-32af-4e48-9e36-c2207bdd4adf.png) After ![image](https://user-images.githubusercontent.com/14964651/181870243-6ab64742-113b-49d9-8076-7dc6af78f880.png) Red had an issue with the drop down having a scrollbar Added a custom css scroll bar as the windows one looks very out of place...

When adding `level depth in world` the name generated for the level will end with the word "EPTH" for some reason ![ezgif com-gif-maker](https://user-images.githubusercontent.com/3519520/182040757-467e8b2d-dc5b-46c3-a59a-0480610abebe.gif)

Currently, levels are treated as a single unit, and even if there is a tile in an adjacent level it will still treat it as OOB This can make it...

I saw that for some reason this was marked as a bug and "fixed" but I don't really understand the rationality, for a lot of games a player could traverse...

## ABOUT This is the permanent issue to submit your own tool/importer for listing on the following page: https://ldtk.io/api/ Don't hesitate to ping me on Discord if I take too...

🌍 Website
⚠️ IMPORTANT

Basically, that's what I'm trying to suggest :) ![Sprite-0002](https://user-images.githubusercontent.com/40604180/180995499-33c75c81-0899-4b6f-9757-0f9e0e831bca.png) ![Sprite-0001](https://user-images.githubusercontent.com/40604180/180995515-02936bcd-8b97-4893-a83e-6da62c31d7f8.png) It would also be nice if we could freely adjust the position of each grid value in the grid view...

I have created the first level of a game in the editor using a tile layer. I'm now working on level two and would like to copy / paste selections...

null doesn't really have properties last I checked Error infos Stack: ``` LDtk version: 1.1.3-64bits Cannot read properties of null (reading 'getEntityRefFieldTo') TypeError TypeError: Cannot read properties of null (reading...

bug