ldtk
ldtk copied to clipboard
Modern, lightweight and efficient 2D level editor
All the changes of my previous Entity Flips PRs (#809, #856), reconciled with the latest LDtk updates. Some files will need to be edited to remove changes that weren't intended...
Is it possible to run LDtk in a "portable" mode so all settings are stored relative to the app/installation directory rather than in the users appdata/home? Thanks
Related: - https://github.com/deepnight/ldtk/pull/856 - https://github.com/deepnight/ldtk/pull/809 - #502 - #977 - #841
Currently, if an actively open LDtk project has its file externally changed from source control or another program, then it requires closing LDtk and relaunching it to reload the changes....
The shortcut to pan the camera is space+left mouse. Unfortunately this does not work on laptops where the touchpad is turned off while typing. Pressing space counts as typing, meaning...
An ability to rotate tiles by pressing a shortcut similar to how you flip a tile would be great. In Tiled, you could rotate tiles by 90° clockwise/counter-clockwise which is...
Right now, you can create array fields for entities. Their editor looks the same as for normal fields, including setting default values. But this field got 2 issues: 1. It's...
## Summary LDtk's support for default values for arrays is very limited. There is currently no way of setting a default array for an array field. ## Proposal Add a...
**Scenario** : I added an entity on a level. When I add new entities from the same type, I want them to have similar values from the previous entity by...
Stack: ``` LDtk version: 1.3.4-64bits Cannot read properties of null (reading 'externalLevels') TypeError TypeError: Cannot read properties of null (reading 'externalLevels') at Object.cb (file:///C:/Users/Inmbisat/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:255062:8) at ui_modal_Progress.update (file:///C:/Users/Inmbisat/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:262028:8) at dn_Process._doMainUpdate (file:///C:/Users/Inmbisat/AppData/Local/Programs/ldtk/resources/app.asar/assets/js/renderer.js:407:4)...